How to dequeue scripts? Plugin Scripts are messing with other scripts
-
Hello!
We use the plugin on a client site. The scripts and additional code which gets injected by the plugin in the header mess up other scripts. Is it possible to enable the important plugin script only on a certain page with a mechanism in the functions.php file for example, like…
if ( is_page( 42 ); ) { // dequeue scripts };
`How do I do it?
Greetings, mo.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to dequeue scripts? Plugin Scripts are messing with other scripts’ is closed to new replies.