Advertisement
GochiSiyan

dequeue script and style

Aug 2nd, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_action('wp_enqueue_scripts', function () {
  2. wp_dequeue_script('jnews-main');//dequeue script
  3. wp_dequeue_style('jnews-darkmode');//dequeue style
  4. },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement