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