WP PLUGIN MTEE(Meta Tag etc Extend) トップページ設定追加

不要な変数とコメントの削除
This commit is contained in:
2021-05-22 10:24:07 +09:00
parent 48ff68bb01
commit 2fc40832a5
-2
View File
@@ -1,7 +1,5 @@
<?php
$register_targets = MTEE::register_target();
$opt = get_option('_mtee');
//var_dump($opt['top_page']);
$keywords = $opt['top_page']['keywords'] ?? '';
$description = $opt['top_page']['description'] ?? '';
$noindex = $opt['top_page']['noindex'] ?? '0';