Increase After Order Actions Delay
By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…
WP Simple Pay: Custom Server-Side Validation Before Payment Creation
Perform additional custom server-side validation prior to allowing a payment to be created.
Post class update
add_filter( 'body_class', function( $classes ) { $acc_type=tmwp_get_user_role(); if (!$acc_type) $acc_type='anonymous'; return array_merge( $classes, array('acc-type-'.strtolower($acc_type),tmwp_get_page_class()) ); }…
Create Custom Address Scheme
This code snippet will create your own unique address scheme and list all the countries.
WooCommerce number of archive products per page
Change WooCommerce Archive products number per page code snippet.
Load Template Files In Admin
Load Charitable template files in the admin area.
Custom Cart Row
Provides a function which can be modified to add a custom row of HTML to the…
mobile sticky menu chatgpt html
Home Shop Cart Account
WP Simple Pay: {subtotal} Smart Tag
Adds a {subtotal} Smart Tag.
Send Donation Notification For Pending Offline Donations
Sends a notification to admin if the donation is pending AND it was made in offline…
Add Tag And End Date To Funded Campaign
Sometimes, it can be useful to do something special for campaigns that have been fully funded.
Override Wholesale Price Text Per Wholesale Role
This snippet allows you to display specific wholesale price text for each of your wholesale roles
Force Billing Address
This plugin forces the billing address to always be collected at checkout