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…

Set a cookie if the URL contains specific UTM parameters.

The below script checks the URL for specific UTM parameters and if found, saves a cookie…

MemberPress: Auto Approve Sub-Accounts with New User Approve Plugin

This code snippet can be used if the New User Approve plugin is set on the…

Quiz About Getting Old

10 question multiple choice quiz about getting old

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

Wordpress Debugging

define( 'WP_DEBUG', true ); define( 'SAVEQUERIES', true );

Year footer update

Update copyright year automatically in footer

RADIO HTML bielo

NOVITÀ! È aperto il polo di Radiologia

om.Campaign.init remove video

document.addEventListener('om.Campaign.init', function(event) { // Add your own logic here to check if a video is playing…

om.Campaign.load

document.addEventListener('om.Campaign.load', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

om.Analytics.track example 2

document.addEventListener('om.Analytics.track', function(event) { if ( 'conversion' === event.detail.Analytics.type ) { dataLayer.push({ 'event': 'gaTriggerEvent', // Follow Custom…

Navegación personalizada páginas específicas

alguna navegación lleva a paginas que no corresponden

<10

wp-config

define( 'OPTINMONSTER_API_USER', 'your_username_here' ); define( 'OPTINMONSTER_API_KEY', 'your_key_here' );

1 115 116 117 118 119 223