Yoast\WP\SEO\Presentations
Indexable_Date_Archive_Presentation::__construct()
Indexable_Date_Archive_Presentation constructor.
Метод класса: Indexable_Date_Archive_Presentation{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Indexable_Date_Archive_Presentation = new Indexable_Date_Archive_Presentation(); $Indexable_Date_Archive_Presentation->__construct( $pagination );
- $pagination(Pagination_Helper) (обязательный)
- The pagination helper.
Код Indexable_Date_Archive_Presentation::__construct() Indexable Date Archive Presentation:: construct Yoast 24.0
public function __construct( Pagination_Helper $pagination ) { $this->pagination = $pagination; }