You appear to be a bot. Output may be restricted
Description
Implement 'woocommerce_init' to load l10n versions and then initialise weight/country shipping
Usage
init_oik_weightcountry_l10n();
Parameters
Returns
voidSource
File name: oik-weightcountry-shipping/oik-weightcountry-shipping.phpLines:
1 to 4 of 4
function init_oik_weightcountry_l10n() { load_plugin_textdomain( "oik-weightcountry-shipping", false, 'oik-weightcountry-shipping/languages' ); init_oik_shipping(); }View on GitHub View on Trac