Yoast\WP\SEO\Helpers
Current_Page_Helper::__construct
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() Current Page Helper:: construct Yoast 27.4
public function __construct( WP_Query_Wrapper $wp_query_wrapper ) {
$this->wp_query_wrapper = $wp_query_wrapper;
}