Yoast\WP\SEO\Conditionals
Google_Site_Kit_Feature_Conditional::__construct
Устарела с версии 26.7. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
The constructor.
Метод класса: Google_Site_Kit_Feature_Conditional{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Google_Site_Kit_Feature_Conditional = new Google_Site_Kit_Feature_Conditional(); $Google_Site_Kit_Feature_Conditional->__construct( $options );
- $options(Options_Helper) (обязательный)
- The options helper.
Список изменений
| Устарела с | 26.7 |
Код Google_Site_Kit_Feature_Conditional::__construct() Google Site Kit Feature Conditional:: construct Yoast 27.7
public function __construct( Options_Helper $options ) {
\_deprecated_function( __METHOD__, 'Yoast SEO 26.7' );
$this->options = $options;
}