• Plugin Author WPClever

    (@wpclever)


    To integrate with a theme, please use bellow filter to hide the default button.

    add_filter( 'woosq_button_position', function() {
        return '0';
    } );

    After that, use the shortcode to display the button where you want.

    echo do_shortcode('[woosq id="{product_id}"]');

    If have any difficulty, feel free to contact us via contact page then we will do it for you for free ??

  • The topic ‘How to integrate with my theme?’ is closed to new replies.