WWLC - Sync the Wholesale Lead Data to Klaviyo
Here's how to integrate your WooCommerce Wholesale Lead Capture registration form with Klaviyo so that new…
ACFW – Invalidate coupons based on a product's custom meta field using Custom Cart Item Meta
If you want to manage the restriction visually inside the Advanced Coupons Cart Conditions panel, you…
Days of the Week Filter Fix (Events List Block)
Fixes the Events List block's "Days of the Week" filter so it re-queries the server instead…
Override the commission calculation priority order
/** * Given the provided list of vendor_ids in the vendors array, override the commission to…
Reorder Post Column
Rearrange the post column inside admin area. This snippet moves the default author name before title.
[ Cimworks logo ] +91 XXXXX XXXXX
[ Cimworks logo ] +91 XXXXX XXXXX Authorized IPR Distributor · India Damage-free battery grippers for…
Fix 500 Internal Server Error
A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…
Sort User ID
Make the User ID column sortable in the WordPress admin users table. First register the column,…
Disable Gutenberg Editor (use Classic Editor)
add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5);
Set the ranges for Calendar List View | Display Eventbrite Events
The following code snippet filters the valid ranges for the next/prev keys of the calendar list…
Cusdtom WP escape
One major difficulty with passing WordPress org security reviews is escaping late. This function may help.
WC Vendors Marketplace vendor's list - Change Search for a vendor
Change Search for a vendor - WC Vendors Marketplace
Tasty Roundups - Change Heading from h2 to h3
Change all your Tasty Roundup headings from h2 tags to h3 tags