All Available Shortcodes for WC Vendors (snippet 7)
[wcv_top_rated_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
[wcv_top_rated_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
[wcv_sale_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
[wcv_featured_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
[wcv_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
[wcv_recent_products vendor=”VENDOR-LOGIN-NAME” per_page=3 ]Continue reading
[wcv_sold_by]Continue reading
[wcv_vendor_dashboard]Continue reading
add_filter( ‘wcv_export_orders_use_shipping_address’, function( $use_shipping_address ) { return false; } );Continue reading
add_action( ‘wcv_form_input_before_post_title’, ‘add_field_before_post_title’ ); add_action( ‘wcv_form_input_after_post_title’, ‘add_field_after_post_title’);Continue reading
WCVendors_Pro_Form_helper::select2( array( ‘post_id’ => $object_id, ‘id’ => ‘_wcv_custom_taxonomy_subjects[]’, ‘class’ => ‘select2’, ‘custom_tax’ => true, ‘label’ => __(‘Subjects’, ‘wcvendors-pro’), ‘show_option_none’ => __(‘Select Subject(s)’, ‘wcvendors-pro’), ‘taxonomy’ => ‘subjects’, ‘taxonomy_args’ => array( ‘hide_empty’ => 0, ), ‘custom_attributes’ => array( ‘multiple’ => ‘multiple’ ),…Continue reading