add_action( ‘wp_enqueue_scripts’, function() { if ( ! function_exists( ‘is_checkout’ ) || ! is_checkout() ) { return; } wp_enqueue_style( ‘affwp-select2’ ); wp_enqueue_script( ‘affwp-select2’ ); // Hide WC Blocks floating label + chevron — Select2 replaces the UI entirely wp_add_inline_style( ‘affwp-select2’, ‘…Continue reading
if (!defined(‘ABSPATH’)) exit; /** * RUTPLAN – Abonelik yardımcı fonksiyonları */ function rutplan_abone_paket_etiket($paket) { $map = [ ‘yakin’ => ‘Yakın Paket’, ‘sehir’ => ‘Şehir Paket’, ‘tum_turkiye’ => ‘Tüm Türkiye Paket’, ‘turkiye’ => ‘Tüm Türkiye Paket’, ‘deneme’ => ‘Ücretsiz Deneme’, ”…Continue reading
/* Center the form container */ .wpforms-container.wpf-center { margin: 0 auto !important; max-width: 500px !important; width: 500px !important; } /* Center submit button and make it full width */ .wpf-center .wpforms-submit-container { display: inline-block; text-align: center; width: 100% !important; }…Continue reading
add_filter( ‘wp_revisions_to_keep’, function( $limit ) { // Limit to the last 10 revisions. Change 10 to whatever limit you want. return 10; } );Continue reading
// 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