I need to dequeue some scripts but still have access to the vars passed via their wp_localize_script calls. Is there a way to do that?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
I don't think so, since localize output is tied to script's print event. You will probably have to access that data and output it in some other way. |
|||
|
|