documentation'
);
// Help & Support Block
WPXtension_Sidebar::block(
'dashicons dashicons-editor-help',
'Help & Support',
'Still facing issues with Social Share for WooCommerce? Please
open a ticket.'
);
// Rating Block
WPXtension_Sidebar::block(
'dashicons dashicons-star-filled',
'Love Our Plugin?',
'We feel honored when you use our plugin on your site. If you have found our plugin useful and makes you smile, please consider giving us a
5-star rating on WordPress.org. It will inspire us a lot.'
);
// Shortcode Block
WPXtension_Sidebar::block(
'dashicons dashicons-shortcode',
'Shortcode',
'
Not working with your page builder? or, want to display it in a different position on the Single Product page? Use this shortcode-
[psfw_basic_share]'
);
do_action( 'psfw_settings_sidebar_end' );
WPXtension_Sidebar::sidebar_end();
?>