Skip to content

Robots.txt #67

Open
TaiGel opened this issue Apr 5, 2022 · 0 comments
Open

Robots.txt #67

TaiGel opened this issue Apr 5, 2022 · 0 comments

Comments

@TaiGel
Copy link

TaiGel commented Apr 5, 2022

В конце надо добавлять перенос строки тоже, иначе последующие использования фильтра '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;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant