// NIRMAKO – Unified Head / AMP Fix v2.0 // 1. AMP Form Proxy (init:0) // 2. Yoast breadcrumbs (filter) // 3. AMP Canonical (wp_head:0 + template_redirect) // 4. Single output buffer (template_redirect:0) // a) move meta/link/JSON-LD from body to…Continue reading
/** * NIRMAKO — AMP Canonical Fix * Protocol OAA compliance * מונע self-canonical בדפי AMP + מבטל כפילות Yoast */ // 1. תיקון canonical ב-AMP template metadata (AMP for WP plugin) add_filter( ‘amp_post_template_metadata’, ‘nirmako_amp_metadata_canonical’, 10, 2 ); function nirmako_amp_metadata_canonical(…Continue reading
/** * FFF – Captain Custom Edit Form * CLEAN FULL REWRITE * Use on page: [fff_captain_edit_form] */ if (!function_exists(‘fff_captain_get_request_listing_id’)) { function fff_captain_get_request_listing_id() { if (!empty($_GET[‘listing_id’])) { return absint($_GET[‘listing_id’]); } if (!empty($_GET[‘listing’])) { return absint($_GET[‘listing’]); } return 0; } }…Continue reading
/* ================================ NIRMAKO – Navigation + Mobile Hamburger (CSS only) Paste in: Elementor > Site Settings > Custom CSS or WP > Customize > Additional CSS ================================ */ /* 1) Make header/nav always clickable above hero/video/sections */ header, .site-header, .elementor-location-header,…Continue reading
/** * NIRMAKO — VideoObject Schema Injector * Protocol OA | Place in functions.php or Code Snippets plugin * ───────────────────────────────────────────────────────────── */ // ─── 1. Page → Video map ────────────────────────────────────────────────────── // format: ‘page-path’ => [ ‘videoId’, ‘uploadDate (from YT Studio)’, ‘duration…Continue reading
/** * Litopia Social Planner — Complete WPCode Snippet * Shortcode: [litopia_my_social_planner_dashboard] * * Fully self-contained — creates its own DB tables on first run. * The plugin is NOT required. If the plugin’s tables already exist, they * are…Continue reading
Refer a Patient | Skills Therapy Clinic Referral Partners Welcome Your Patients DeserveSpecialized Therapy.We Are Here to Help. Skills Therapy Clinic is a bilingual pediatric therapy practice in Clermont, FL. We partner with pediatricians, schools, and healthcare providers so every…Continue reading
/** * Cortex E-commerce Products SEO Meta API v1.0 * REST Endpoints for WooCommerce Product & Product Category SEO Data * * For meta titles, descriptions, excerpts (short descriptions), focus keywords, * and social meta on WooCommerce products and product…Continue reading
/** * Plugin Name: DF Divi 5 Alpha Order (Frontend Safe) * Description: Alphabetically sorts Divi 5 Blog Module items (including selected pages) using CSS ID. * Version: 2.0.0 * Author: David Frank */ if (!defined(‘ABSPATH’)) exit; add_action(‘wp_footer’, function ()…Continue reading