• Resolved armnshh

    (@armnshh)


    Hello, is there any shortcode to call the share buttons since im using elementor designing the product inner page.

Viewing 1 replies (of 1 total)
  • Plugin Author Sajjad Hossain Sagor

    (@sajjad67)

    add this code to your child theme functions.php file….

    add_shortcode( ‘woo_prod_social_share_btns’,
    ‘wpss_render_social_buttons_front’ );

    then use the shortcode in widget text… as follows [woo_prod_social_share_btns]

    Note : CSS might need to change if not properly showing/broken…

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode’ is closed to new replies.