AffiliateWP Network Stats Shortcode

/** * Shortcode: [affwp_network_stats] * * Returns a single network stat for the logged-in affiliate. * Use multiple instances in JetEngine with your own labels. * * Attributes: * type = total_earnings (default) | own_earnings | downline_earnings * | network_count…Continue reading

Rutplan abone kartı

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

WPForms Center Align

/* 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

AMP Form Proxy v4

// 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

AMP CANONICAL

/** * 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