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