Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Content_Analysis_Disable::__construct
The constructor.
Метод класса: Content_Analysis_Disable{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Content_Analysis_Disable = new Content_Analysis_Disable(); $Content_Analysis_Disable->__construct( $options_helper );
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Content_Analysis_Disable::__construct() Content Analysis Disable:: construct Yoast 28.4
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}