Yoast\WP\SEO\Schema_Aggregator\Application
Aggregate_Site_Schema_Map_Command::__construct
The constructor.
Метод класса: Aggregate_Site_Schema_Map_Command{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Aggregate_Site_Schema_Map_Command = new Aggregate_Site_Schema_Map_Command(); $Aggregate_Site_Schema_Map_Command->__construct( $post_types );
- $post_types(array
) (обязательный) - The post types to include in the schema map.
Код Aggregate_Site_Schema_Map_Command::__construct() Aggregate Site Schema Map Command:: construct Yoast 28.3
public function __construct( array $post_types ) {
$this->post_types = $post_types;
}