Merge pull request 'WP PLUGIN MTEE(Meta Tag etc Extend) トップページ設定追加' (#3) from 機能追加_トップページ設定等 into master

Reviewed-on: https://develop.n-k-y.net/repo/WP_PLUGIN/Meta_Tag_etc_Extend/pulls/3
This commit was merged in pull request #3.
This commit is contained in:
nobu
2021-05-22 10:25:26 +09:00
-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';