• Hello,
    I need to deregister the vendor-registration.min.css stylesheet. But, this css file is included in the shortcode hook:
    add_shortcode('vendor_registration',array(&$this,'wcmp_vendor_registration_shortcode'))
    So it does not work:

    function market_wcmp_scripts() {
    wp_deregister_style('wcmp_vandor_registration_css');
    wp_dequeue_style('wcmp_vandor_registration_css');
    }
    add_action( 'wp_enqueue_scripts', 'market_wcmp_scripts', 15 );

    Please tell me how can I deregister/dequeue this ‘wcmp_vandor_registration_css’ stylesheet?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Deregister wcmp_vandor_registration_css’ is closed to new replies.