Inventory_Presser_Plugin::load_textdomain()
Load plugin textdomain.
Return Return
(void)
Source Source
File: inventory-presser.php
public function load_textdomain() { load_plugin_textdomain( 'inventory-presser', false, dirname( INVP_PLUGIN_FILE_PATH ) . '/languages' ); }
Expand full source codeCollapse full source codeView on Github