Mobile Menu Shortcode

function mobile_menu_shortcode( $atts ) { $atts = shortcode_atts( array( 'menu_id' => '', // Optional menu ID…

Reinhard Ekker
<10

om.Lock.init

document.addEventListener('om.Lock.init', function(event) { console.log(event.detail.Lock); // The method that will be used for locking the content. console.log(event.detail.Lock.method);…

om.Styles.init

document.addEventListener('om.Styles.init', function(event) { console.log(event.detail.Styles); console.log(event.detail.Campaign); } );

om.Analytics.track

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

floating-monsterlink-2.css

/* --- Floating MonsterLink Style 2 CSS --- ------------------------------------------ */ .floating-monsterlink.style2.show { bottom: 30px; } .floating-monsterlink.style2…

Post Shortcodes

estimated read time, breadcrumbs, related posts

iframe cover css

/* HTML link cover styles */ html div#om-{{id}} #iframeCover { display: block; height: 100%; width: 100%;…

PHP - Custom color dashboard (menu et barre du haut)

function custom_admin_style() { echo ''; } add_action('admin_head', 'custom_admin_style');

Entry Forms

Entry Forms Selects

ismail daugherty PRO
<10

Rest_Api_DIR - Users

/** * WPCode Snippet: Expose Users Sync ACF Fields to REST API (Application Password Auth Required)…

ismail daugherty PRO
<10

Universal_UserMetaHR_Ba - HR Staff Profile Fields - KIC Enterprises

* WPCode Snippet: HR Staff Profile Fields - KIC Enterprises * Description: Comprehensive HR compliance fields…

ismail daugherty PRO
<10

Cortex Image Meta API

/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…

<10
1 63 64 65 66 67 125