Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
убрать упоминания об использовании Yoast :в коде сайта появляется такой комментарий
<!-- This site is optimized with the Yoast SEO plugin v3.4.2 - Для просмотра ссылки Войдиили Зарегистрируйся -->
if (defined('WPSEO_VERSION')){
add_action('get_header',function (){ ob_start(function ($o){
return preg_replace('/\n?<.*?yoast.*?>/mi','',$o); }); });
add_action('wp_head',function (){ ob_end_flush(); }, 999);
}
убрать упоминания об использовании Yoast :
Код:if (defined('WPSEO_VERSION')){ add_action('get_header',function (){ ob_start(function ($o){ return preg_replace('/\n?<.*?yoast.*?>/mi','',$o); }); }); add_action('wp_head',function (){ ob_end_flush(); }, 999); }