Yoast\WP\SEO\Helpers

Post_Type_Helper::__construct()publicYoast 1.0

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() Yoast 22.4

public function __construct( Options_Helper $options_helper ) {
	$this->options_helper = $options_helper;
}