WWOF - Optimize Wholesale Order Form Bulk Adds by Deferring Cart Recalculation

/** * Suppress WWP's per-item cart recalculation during Wholesale Order Form batch adds. * Defers to…

Add Custom Taxonomy - Single Vendor Taxonomy

It'll only allow the vendor to select one custom taxonomy term at a time

Claude shop code

Shop All Products Gym wear, rugby designs & Celtic collections Category: All Gym Wear Rugby Designs…

How to change the store address country for all vendors

/** * Set the vendor's store country to us. */ function wcv_set_vendor_country() { if ( function_exists(…

Untitled Snippet

https://watchvivo.com/wp-json/wp/v2

Toy Hoi
<10

Allow "Mark received" for Digital Product

add_filter( 'wcvendors_pro_mark_order_received_status', '__return_false' );

Show User ID

List user ID column after username on admin user table.

Untitled Snippet

google-site-verification=2qRnmMOU51GWk3rx-tL2TwbUAd1kOVvjw9caXI6AvrA

MemberPress: Dynamic Trail Periods

Sets up a dynamic trial period so that all users renew on the same date. In…

Untitled Snippet

google-site-verification=6Ml542WH4lYeFrqKo9pBa6NBaAyONR9l0k5Sgrk27xk

Remove Gutenberg CSS

//Remove Gutenberg Block Library CSS from loading on the frontend function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style(…

<10

Add Subscriber to Segment with Duration

Adds the subscriber to the segment for a specific duration, after the defined number of days…

Action Scheduler Cleardown | Display Eventbrite Events

Eventbrite uses Action Scheduler to handle background tasks when background processing is enabled. By default, Action…

Post-States

add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…

1 135 136 137 138 139 233