blutooth connection
i want a on off button that when press each other send logical true if press…
Remove Subscriber from Segment
This snippet helps remove a push subscriber from a segment on the defined event.
Auto Responder Message Content | Quick Event Manager
add_filter('qem_autoresponder-message-content', , , 3); This filter allows you to alter the auto responder message content from…
Alter what the Calendar Displays | Display Eventbrite Events
The Calendar (cal and cal list) is more complex than standard PHP templates because it utilizes…
Login 'Remember Me' checked by default
'Remember Me' checked by default
Test snippet
This is just for testing -- nice that there is a description area.
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Defining General Settings Constants
Every constant in this section can be used for any mailer because they’re not specific to…
MemberPress: Remove the “Pause” Link for Subscriptions on the Account Page
The code will hide the Pause link for user subscriptions on the User account page (Account…
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…