WPForms — Quantity-Aware Form Locker Inventory
Use the Form Locker's Total Entry Limit as an inventory for product items, ensuring that you…
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…
WWS - Disable and Redirect the Wholesale Suite Dashboard
By applying the following code, you will: 1. Remove the Dashboard submenu item from the sidebar.…
Untitled Snippet
CV. ABIMACHINARY — Bengkel Maintenance & Mesin UMKM, Perkebunan & Pertanian Beranda Tentang Kami Layanan Produk…
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…
Force product type for all products
// Disable the product type drop down. add_filter('wcv_disable_product_type', function() { return true; } ); /** *…
Dynamic Current Year
The shortcode prints out dynamic current year wherever used [current_year] in the frontend layout, e.g. 2020…
mobile sticky menu chatgpt css
/* Reset some default styles */ body, h1, ul { margin: 0; padding: 0; } /*…
Use Tag Slugs in the Sugar Calendar Events List Shortcode
The [sugarcalendar_events_list] shortcode only accepts numeric tag IDs, so passing a tag slug returns an unfiltered…
Untitled Snippet
google-site-verification=Z6ci_S0g839p6z-pqU4OUb5KSQpdoJBRrjh791uaErY
Supports sending an email with a Stripe Pre-Approved payment is submitted.
By default EDD only sends a purchase confirmation when an order is marked as completed, however…
Combined Date – Time Format (Do something with the Local End Time) | Display Eventbrite Events
The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…