Yoast\WP\SEO\Presentations
Indexable_Post_Type_Presentation::__construct()
Indexable_Post_Type_Presentation constructor.
Метод класса: Indexable_Post_Type_Presentation{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Indexable_Post_Type_Presentation = new Indexable_Post_Type_Presentation(); $Indexable_Post_Type_Presentation->__construct(;
Код Indexable_Post_Type_Presentation::__construct() Indexable Post Type Presentation:: construct Yoast 24.7
public function __construct( Post_Type_Helper $post_type, Date_Helper $date, Pagination_Helper $pagination, Post_Helper $post ) { $this->post_type = $post_type; $this->date = $date; $this->pagination = $pagination; $this->post = $post; }