Allow Other WordPress Roles to View Email Logs
This snippet will allow you to manage the capabilities of roles allowed to view the site's…
Defining Other SMTP Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
G-T2XZDKK0J5
Gravity Forms Auto-populate Date
The purpose of this snippet is to calculate a date 90 days from today. That serves…
om.Dtr.init.js
document.addEventListener('om.Dtr.init', function(event) { console.log(event.detail.Dtr); console.log(event.detail.Campaign); // Registers a custom `name` smart tag. event.detail.Dtr.setCustomVariable('name', 'Thomas'); } );
Check URL for Braze UUID
Check URL for Braze UUID, if exists call braze.changeuser()
NSB News and Events Aggregator
// Include Simple HTML DOM parsing library if needed (you can also manually include it if…
Untitled Snippet
// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );
Displaying the Total Number of Entries on Your Site
This snippet creates a shortcode that you can use to display the total number of entries…