Yoast\WP\SEO\Helpers

Current_Page_Helper::__construct()publicYoast 1.0

Current_Page_Helper constructor.

Метод класса: Current_Page_Helper{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Current_Page_Helper = new Current_Page_Helper();
$Current_Page_Helper->__construct( $wp_query_wrapper );
$wp_query_wrapper(WP_Query_Wrapper) (обязательный)
The wrapper for WP_Query.

Код Current_Page_Helper::__construct() Yoast 24.9

public function __construct( WP_Query_Wrapper $wp_query_wrapper ) {
	$this->wp_query_wrapper = $wp_query_wrapper;
}