Inventory_Presser_Plugin::loaded()
Source
File: inventory-presser.php
function loaded() { //Allow translations load_plugin_textdomain( 'inventory-presser', false, __DIR__ ); //Fire an action hook after Inventory Presser is finished loading do_action( 'invp_loaded' ); }
Expand full source code Collapse full source code View on Github