Block WP-Admin Area from Non-Administrators

Prevent users who are not administrators from accessing the wp-admin area.

Defining Outlook Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Gravity Forms Auto-populate Date

The purpose of this snippet is to calculate a date 90 days from today. That serves…

Dave Bayless
<10

om-js-event-ga-name-change.js

document.addEventListener( 'om.GoogleAnalytics.preConversionEvent', function( event ) { const { gaEvent } = event.detail; gaEvent.name = 'generate_lead'; //…

Editorial Group GTM Body Tag

Add GTM Tag to Site Body in Editorial Site Group

Colin Bunn PRO
<10

Allow Tasty Pins Only On Single Posts

Disable Tasty Pins on pages or custom post types and only add them to blog posts.

<10

Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds

Footer menu

Footer menu with black background and white text

Bid Board JavaScript

timothy burthey
<10

ACF JSON Menu Import

if( function_exists('acf_add_options_page') ) { acf_add_options_page(); } // // 1. Register ACF Field for Menu JSON add_action('acf/init',…

Reinhard Ekker
<10
1 47 48 49 50 51 124