WPSEO_Frontend::__construct
WPSEO_Frontend constructor.
Метод класса: WPSEO_Frontend{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPSEO_Frontend = new WPSEO_Frontend(); $WPSEO_Frontend->__construct();
Код WPSEO_Frontend::__construct() WPSEO Frontend:: construct Yoast 26.5
public function __construct() {
$this->context_memoizer = YoastSEO()->classes->get( Meta_Tags_Context_Memoizer::class );
$this->replace_vars = YoastSEO()->classes->get( WPSEO_Replace_Vars::class );
$this->helpers = YoastSEO()->classes->get( Helpers_Surface::class );
}