WordPress and Translatable Javascript Strings
Ever wondered on how to make Javascript strings translatable in WordPress theme or plugin? Well I did and it looks like it’s a really easy thing to do. To make Javascript strings translatable you need to use the function wp_localize_script. Here’s a simple example on how to do it with custom Javascript file.


Recent Comments