芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/src/conditionals/admin/yoast-admin-conditional.php
current_page_helper = $current_page_helper; } /** * Returns `true` when on the admin dashboard, update or Yoast SEO pages. * * @return bool `true` when on the admin dashboard, update or Yoast SEO pages. */ public function is_met() { if ( ! \is_admin() ) { return false; } return $this->current_page_helper->is_yoast_seo_page(); } }