Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stanislav Khromov

    (@khromov)

    Hey giovanni-paperplane,

    You should be able to do the following:

    add_action('wp_enqueue_scripts', function() {
        wp_dequeue_style('content-cards');
    }, 11);

    Let me know if you have any issues with the above code!

    Edit Changed hook name.

    Thread Starter Giovanni Invernizzi

    (@giovanni-paperplane)

    Thank you! Works perfectly!

    Plugin Author Stanislav Khromov

    (@khromov)

    Great. Closing this topic!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp_dequeue_style’ is closed to new replies.