Add a button to customer data

Add a button to retrieve all customer data.

Limit Purchase Total

Sets a purchase amount and prevents customers from purchasing more than that amount at one time.

WPBakery Collapse All Rows

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

<10

Disable Wish Lists by Category

Customize this plugin to remove wish lists from certain categories of downloads

WPForms Center Align

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

Remove ISO 4217 for Google Feeds

// Force localization for all feeds add_filter('adt_product_feed_localize_price_args', function($args) { $args['decimal_separator'] = '.'; $args['thousand_separator'] = ','; return…

<10

Let Customers Select Their User Role From A Custom Field In Wholesale Lead Capture

Create a custom field with the user role selection, make sure that the values match your…

Remove Method label

add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_shipping_method_title', 10, 2 ); function remove_shipping_method_title( $label, $method ){ $new_label = ''; if (…

Recent products table

if ( ! function_exists( 'wcv_remove_recent_product_table_columns' ) ) { /** * Remove columns from Recent Products table…

mobile sticky menu chatgpt css

/* Reset some default styles */ body, h1, ul { margin: 0; padding: 0; } /*…

Untitled Snippet

Remya Achipra
<10

Untitled Snippet

google-site-verification=Z6ci_S0g839p6z-pqU4OUb5KSQpdoJBRrjh791uaErY

Widget Content | Display Eventbrite Events

The widget usually uses the excerpt. This is generally fine, but other plugins can change it.…

Disable "Scheduled export e-mail of ... returned false when sending to ..." notice in Scheduled Exports

function custom_woo_ce_cron_export_email_wp_mail_failure_notice() { // Turn off the error notice return false; } add_filter( 'woo_ce_cron_export_email_wp_mail_failure_notice', 'custom_woo_ce_cron_export_email_wp_mail_failure_notice' );

<10
1 140 141 142 143 144 220