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