Yoast\WP\SEO\Helpers
Indexing_Helper::get_reason() public Yoast 1.0
Returns the indexing reason. The reason why the site-wide indexing process should be run.
{} Это метод класса: Indexing_Helper{}
Хуков нет.
Возвращает
Строку. The indexing reason.
Использование
$Indexing_Helper = new Indexing_Helper(); $Indexing_Helper->get_reason();
Код Indexing_Helper::get_reason() Indexing Helper::get reason Yoast 15.7
public function get_reason() {
return $this->options_helper->get( 'indexing_reason', '' );
}