Elementor Rest Bridge
if (!defined('ABSPATH')) { exit; } add_action('init', function () { $post_types = array('page', 'post', 'elementor_library'); foreach ($post_types…
Limit user posts
A settings page to set the number of posts all users can create
After Checkout Event In WooCommerce
This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…
om-nextjs.js
import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…
Removing File Upload Fields from Notifications
This code snippet will remove the File Upload fields from Notifications when File Access Restrictions are…
Custom Countries
Illustrates how to add a custom list of countries This list will be used anywhere EDD…
FES Registration Form Redirect
Set custom redirect URLs for those who just registered to become vendors.
WP Simple Pay: Custom Decimal Separator
Changes the decimal separator from a . (period) to a , (comma).
Change "City" To Town/City
Change the label of the"City" field into a "Town/City" field.
Disable New User Notifications
Disable the new user notification email for both the admin and user
Add Subscriber to Segment
This snippet helps you add the push subscriber to the segment as per the action defined.
Defining Email Log Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Donation Form Email Check
If you need to do manual validation of an email when a donation is being submitted…
increase max file size
a snippet to increase max file size to allow WP staging pro upload
Remove Last Name at Checkout
Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only