Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Add a button to customer data

Add a button to retrieve all customer data.

WPBakery Collapse All Rows

Adds Collapse / Expand All Rows in WP Bakery Builder + Ave WP Theme

<10

WPForms Center Align

Cernter alligns WP forms fields and content. Must enter wpf-center in General/Advanced form settings.

Untitled Snippet

Lyfetyle — Honor Their Story Forever *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{ --ink:#1c1917; --warm:#f9f6f1; --gold:#b8973a; --gold2:#d4aa4a; --slate:#4a4540; --pale:#e8e2d9; --white:#ffffff; }…

Ryan Sebastopoli PRO
<10

Remove Post Title from Yoast Breadcrumbs

This snippet removes the post title from Yoast SEO breadcrumbs

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…

Claude shop code

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

Add a document file upload

// Add the document field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_doc_uploader'); function wcv_doc_uploader( ){ if…

Untitled Snippet

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

Toy Hoi
<10

Enable product images in vendor order email notifications

add_filter( 'wcvendors_vendor_order_items_args', 'wcv_enable_product_image_vendor_order_email' ); function wcv_enable_product_image_vendor_order_email( $order_item_args ){ $order_item_args['show_image'] = true; return $order_item_args; }

Show User ID

List user ID column after username on admin user table.

1 116 117 118 119 120 232