Yoast\WP\SEO\User_Profiles_Additions\User_Interface
User_Profiles_Additions_Ui::__construct()
Constructs Academy_Integration.
Метод класса: User_Profiles_Additions_Ui{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$User_Profiles_Additions_Ui = new User_Profiles_Additions_Ui(); $User_Profiles_Additions_Ui->__construct(;
Код User_Profiles_Additions_Ui::__construct() User Profiles Additions Ui:: construct Yoast 24.4
public function __construct( WPSEO_Admin_Asset_Manager $asset_manager, Product_Helper $product_helper ) { $this->asset_manager = $asset_manager; $this->product_helper = $product_helper; }