• Thank you for your work. This is the best solution of all. Stay connected, please, so that the plugin lives and works always.

    If you want to remove the plugin styles

    add_action( ‘wp_enqueue_scripts’, ‘wcs_dequeue_quantity’ );
    function wcs_dequeue_quantity() {
    wp_dequeue_style( ‘wcqib-css’ );
    }

  • The topic ‘Perfect Plugin’ is closed to new replies.