functions.php

HARUKI KAWAHATA
<10

monsterlink styled

Yes, I want my discount!

Mobile Menu Toggle Script

document.addEventListener('DOMContentLoaded', function() { const menuToggle = document.querySelector('.menu-toggle'); // Check if the toggle button exists if (menuToggle)…

Lazy Load

add_action('wp_head', 'custom_lazyload_script'); function custom_lazyload_script(){ ?>

GravityView_DIR_AA_CPT - GravityView Views CPT Registration

* Description: Registers custom post type for GravityView with full REST API support * Location: Run…

ismail daugherty PRO
<10

WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync

/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…

ismail daugherty PRO
<10

secure form

for chess not checkers download

Remove Stats Summary Block From Specific Campaign

Hide the campaign summary stats from a few specific campaign, using the campaign IDs.

SVG Tooltip

const tooltip = document.getElementById("map-tooltip"); document.querySelectorAll(".county").forEach(path => { path.addEventListener("mousemove", e => { tooltip.textContent = path.dataset.tooltip; tooltip.style.left =…

<10

NS CALENDAR SHORTCODE

/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…

ismail daugherty PRO
<10

MemberPress: Remove Accordion from Courses

Use this snippet if you would like to remove the accordion CSS and JS from the…

Require a comments with rating

Return the number of the rating that should not require a comment.

<10
1 107 108 109 110 111 223