Yoast\WP\SEO\Integrations\Admin
Indexation_Integration::__construct() public Yoast 1.0
Запрещена (устарела) с версии 15.1. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Indexation_Integration constructor.
{} Это метод класса: Indexation_Integration{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexation_Integration = new Indexation_Integration(); $Indexation_Integration->__construct(;
- $post_indexation(Indexable_Post_Indexation_Action) (обязательный)
- The post indexation action.
- $term_indexation(Indexable_Term_Indexation_Action) (обязательный)
- The term indexation action.
- $post_type_archive_indexation(Indexable_Post_Type_Archive_Indexation_Action) (обязательный)
- The archive indexation action.
- $general_indexation(Indexable_General_Indexation_Action) (обязательный)
- The general indexation action.
- $complete_indexation_action(Indexable_Indexing_Complete_Action) (обязательный)
- The complete indexation action.
- $options_helper(Options_Helper) (обязательный)
- The options helper.
- $asset_manager(WPSEO_Admin_Asset_Manager) (обязательный)
- The admin asset manager.
- $yoast_tools_page_conditional(Yoast_Tools_Page_Conditional) (обязательный)
- The Yoast tools page conditional.
- $indexable_helper(Indexable_Helper) (обязательный)
- The indexable helper.
Список изменений
Устарела с | 15.1 |
Код Indexation_Integration::__construct() Indexation Integration:: construct Yoast 15.7
public function __construct(
Indexable_Post_Indexation_Action $post_indexation,
Indexable_Term_Indexation_Action $term_indexation,
Indexable_Post_Type_Archive_Indexation_Action $post_type_archive_indexation,
Indexable_General_Indexation_Action $general_indexation,
Indexable_Indexing_Complete_Action $complete_indexation_action,
Options_Helper $options_helper,
WPSEO_Admin_Asset_Manager $asset_manager,
Yoast_Tools_Page_Conditional $yoast_tools_page_conditional,
Indexable_Helper $indexable_helper
) {
\_deprecated_function( __METHOD__, 'WPSEO 15.1' );
}