7

Is it possible to localize a script more than once? I want to send two separate arrays of params.

Or is it only possible to localize a script once, in which case, I'll have to combine the arrays?

I'd like to do something like this:

wp_localize_script('my-handle', 'my_object1', $data1 );
wp_localize_script('my-handle', 'my_object2', $data2 );

1 Answer 1

7

This will be possible in WP 3.3:

http://core.trac.wordpress.org/changeset/18480

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.