Automattic\WooCommerce\Internal\Admin
FeaturePlugin::on_plugins_loaded()
Setup plugin once all other plugins are loaded.
Method of the class: FeaturePlugin{}
No Hooks.
Return
null
. Nothing (null).
Usage
$FeaturePlugin = new FeaturePlugin(); $FeaturePlugin->on_plugins_loaded();
FeaturePlugin::on_plugins_loaded() FeaturePlugin::on plugins loaded code WC 9.5.1
public function on_plugins_loaded() { $this->hooks(); $this->includes(); }