Please, add compatibility with wp_add_inline_script
-
I found that plugin is not compatible with function wp_add_inline_script
I tried to use next example
wp_add_inline_script( 'typehead', 'var typeahead_categories =' . $cat_json . ';' );
But as I understand, plugin grabs typehead script and function wp_add_inline_script() doesn’t see it. If I disable typehead script from minifying – all is working.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Please, add compatibility with wp_add_inline_script’ is closed to new replies.