PHP inside jQuery for Wordpress translation with WPML PHP inside jQuery for Wordpress translation with WPML wordpress wordpress

PHP inside jQuery for Wordpress translation with WPML


If you want to translate something with jQuery , you need to localize the script.

 $translation_array = array( 'some_string' => __( 'Some string to translate' ), 'a_value' => '10' ); wp_localize_script( 'some_handle', 'object_name', $translation_array );