Add Subscriber to Segment with Duration
Adds the subscriber to the segment for a specific duration, after the defined number of days…
Action Scheduler Cleardown | Display Eventbrite Events
Eventbrite uses Action Scheduler to handle background tasks when background processing is enabled. By default, Action…
Post-States
add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…
Change TikTok purchase Event
When using the WPCode Conversion Pixels addon the event name used when a purchase is completed…
See the Scheduled Actions option in the WordPress admin sidebar
This snippet gives you the ability to add the Scheduled Actions menu item to the WordPress…
Enable WP Mail SMTP Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
SEP color
add_action('admin_head', 'sep_color'); function sep_color() { echo ''; }
Additional Option Description — Stream
Stream — We will provide a personal stream on YouTube or Twitch, where you can see…
MemberPress: Expire Subscription Immediately After Subscription Is Canceled
By default, canceling subscriptions prevents future charges, but it does not end existing subscriptions, which allow…
om-custom-smart-tag-all-query-args.js
const queryString = window.location.search; // capture all query args document.addEventListener('om.Dtr.init', function(event) { // use this event…
WPCode Admin Number of Snippets (copy)
Change the number of snippets displayed in the admin list using a filter.