Yoast\WP\SEO\Actions\Indexables
Indexable_Head_Action::for_posts_page()
Retrieves the head for the posts page.
Метод класса: Indexable_Head_Action{}
Хуков нет.
Возвращает
Объект
. Object with head and status properties.
Использование
$Indexable_Head_Action = new Indexable_Head_Action(); $Indexable_Head_Action->for_posts_page();
Код Indexable_Head_Action::for_posts_page() Indexable Head Action::for posts page Yoast 24.0
public function for_posts_page() { return $this->with_404_fallback( $this->with_cache( 'posts_page' ) ); }