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