Inventory_Presser_Plugin::loaded()
Fires on the plugins_loaded hook. Runs the invp_loaded action hook for all add-ons.
Return Return
(void)
Source Source
File: inventory-presser.php
public function loaded() { // Fire an action hook after Inventory Presser is finished loading. do_action( 'invp_loaded' ); }
Expand full source codeCollapse full source codeView on Github