Yoast\WP\SEO\Presentations
Indexable_Term_Archive_Presentation::__construct()
Indexable_Post_Type_Presentation constructor.
Метод класса: Indexable_Term_Archive_Presentation{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Indexable_Term_Archive_Presentation = new Indexable_Term_Archive_Presentation(); $Indexable_Term_Archive_Presentation->__construct(;
Код Indexable_Term_Archive_Presentation::__construct() Indexable Term Archive Presentation:: construct Yoast 24.4
public function __construct( WP_Query_Wrapper $wp_query_wrapper, Taxonomy_Helper $taxonomy ) { $this->wp_query_wrapper = $wp_query_wrapper; $this->taxonomy = $taxonomy; }