• Resolved Jakob Smith

    (@diakrisis)


    Can I dequeue WP Video Lightbox on certain pages, where I don’t need it, using wp_dequeue_script()?

    I’ve tried wp_dequeue_script( 'wp-video-lightbox' ); without luck.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, I have submitted a message to the plugin developers to answer your question.

    Thank you

    Plugin Author mra13

    (@mra13)

    Here is what the plugin currently enqueues. You can use those handles to call wp_dequeue_script()

    
    wp_enqueue_script('jquery.prettyphoto');
    wp_enqueue_script('video-lightbox');
    
    Thread Starter Jakob Smith

    (@diakrisis)

    Thanks you very much @mra13

    Very helpful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dequeue WP Video Lightbox on certain pages’ is closed to new replies.