@php // system_plugins boş veya null ise, eklenti kurulu değil kabul et $systemPlugins = $site->system_plugins ?? []; $isRankMathInstalled = false; // Eğer system_plugins boş değilse kontrol et if (!empty($systemPlugins) && is_array($systemPlugins)) { $isRankMathInstalled = $site->isRankMathInstalled(); } $hasSshCredentials = !empty($site->ssh_host) && !empty($site->ssh_user) && !empty($site->ssh_path); @endphp
WordPress'teki gönderinin SEO başlığı ve açıklamasını GSP Connector üzerinden günceller.