Automattic\WooCommerce\Internal\Admin
FeaturePlugin::on_plugins_loaded
Setup plugin once all other plugins are loaded.
Метод класса: FeaturePlugin{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$FeaturePlugin = new FeaturePlugin(); $FeaturePlugin->on_plugins_loaded();
Код FeaturePlugin::on_plugins_loaded() FeaturePlugin::on plugins loaded WC 10.3.5
public function on_plugins_loaded() {
$this->hooks();
$this->includes();
}