Menu Item image Animation on Hover
When you hover over a menu item, the will be an image which will slide behind…
Defining SendGrid Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
om-webhook-example-v1.0.1.json
{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…
om-monsterlink-mobile-variant.html
Subscribe Now!
Untitled Snippet
0 0
Add a Blue Dot Indicator for Containers/Widgets that have Custom CSS in the Elementor Navigator
You've probably been in this situation: you open an Elementor project and need to review or…
How To Allow Shop Manager to Manage Feeds?
#-- Allow Shop Manager to Access Product Feed Menus --# function allow_feed_menus_to_shop_manager( $capability ) { if…
Grant Wholesale Lead Approval for a Certain User Role
Allow other user roles e.g. "Editor" to "Approve" or "Reject" wholesale applications from the WP Dashboard…
CSS for Header
This snippet adds Google Analytics tracking code to the header of the site
Enqueue Child Theme's CSS & Additional CSS in WordPress Editor
/* Enqueue Child Theme style.css to editor */ add_filter('block_editor_settings_all', function($editor_settings) { // Get the URL of…
Insert User Status and EN-ID into localStorage (for Jason)
add_action('wp_head', 'output_auth0_user_id_meta'); function output_auth0_user_id_meta() { $script = ""; echo $script; }