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