After Checkout Event In WooCommerce
This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…
Editing the .htaccess File
php_value memory_limit 256M
Add Custom Donation Field With Dynamic Value
Add a new donation field to be displayed in Charitable emails related to donations.
Hide product categories
Hides some categories that customers are not supposed to see.
Custom WooCommerce Status
This is how to create a custom Woocommerce Status while being able to use the "Mark…
Maintain+ Footer Credit
jQuery("footer").append(" Site managed by Maintain+ ")
Hide Specific Day From Opening Hours Output
This filter can be used to hide a specific day from Opening Hours output Replace 'Sunday'…
How to Customize the Rich Text Field TinyMCE Icons
/** * Customize Rich Text Field TinyMCE buttons for top toolbar. * * @link https://wpforms.com/developers/how-to-customize-the-rich-text-field-tinymce-icons/ */…
Add Subscriber to Segment
This snippet helps you add the push subscriber to the segment as per the action defined.
Current Year Shortcode
Adding the option to use the current year [year] shortcode on your website on any website,…
Change a currency symbol AMD to Դրամ
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…
test
test
FES Registration Form Redirect
Set custom redirect URLs for those who just registered to become vendors.
MemberPress: Disable Admin Password Lost/Changed Email
Disable the MemberPress Admin email notification for password lost/changed.