Compare commits

...

2 Commits

-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';