After Checkout Event In WooCommerce

This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…

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.

Carla Mawyin
<10

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'…

<10

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/ */…

<10

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 )…

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.

1 41 42 43 44 45 149