Yoast\WP\SEO\Actions\Indexing
Post_Link_Indexing_Action::set_helper() public Yoast 1.0
Sets the required helper.
{} Это метод класса: Post_Link_Indexing_Action{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$Post_Link_Indexing_Action = new Post_Link_Indexing_Action(); $Post_Link_Indexing_Action->set_helper( $post_type_helper );
- $post_type_helper(Post_Type_Helper) (обязательный)
- The post type helper.
Код Post_Link_Indexing_Action::set_helper() Post Link Indexing Action::set helper Yoast 16.1.1
public function set_helper( Post_Type_Helper $post_type_helper ) {
$this->post_type_helper = $post_type_helper;
}