We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
В конце надо добавлять перенос строки тоже, иначе последующие использования фильтра 'robots_txt' будут ломать синтаксис файла.
wp-content/plugins/yandexnews-feed-by-teplitsa/inc/tst-yandex-feed-core.php:326
public function robots_txt_permission($output, $public){ if($public == 0) return $output; $dir = "User-agent: Yandex\nAllow: /yandex/news/"; $output = $dir.$output; return $output; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
В конце надо добавлять перенос строки тоже, иначе последующие использования фильтра 'robots_txt' будут ломать синтаксис файла.
wp-content/plugins/yandexnews-feed-by-teplitsa/inc/tst-yandex-feed-core.php:326
The text was updated successfully, but these errors were encountered: