%s', product_share()->version() ) ) ); ?>

'reset', '_wpnonce' => wp_create_nonce( 'psfw-settings' ), ); $psfw_action_url_args = array( 'page' => $psfw_current_page, 'tab' => $psfw_current_tab, ); $psfw_reset_url = add_query_arg( wp_parse_args( $psfw_reset_url_args, $psfw_action_url_args ), admin_url( 'admin.php' ) ); /** * * Condition if companion installed and activated display the submit/reset button for all tab * if companion is not activated then display submit/reset button only for General tab * * @since 1.2.12 * * @return $psfw_curTab returns null for General tab * */ if( Product_Share::check_plugin_state('product-share-pro') ){ submit_button( __( 'Save Settings', 'product-share' ), 'primary', 'psfw-save-settings', false); ?>

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(); ?>