__('Before adding shipping methods, please add regions to the zone and save the changes', 'correosoficial'), ); wp_enqueue_script('co_clone-shipping-rule', plugins_url('/js/clone-shipping-rule.js', __FILE__), array(), CORREOS_OFICIAL_VERSION, false); wp_enqueue_script('co_validate_shipping_methods', plugins_url('/js/validate-shipping-methods.js', __FILE__), array(), CORREOS_OFICIAL_VERSION, false); wp_localize_script('co_validate_shipping_methods', 'validateShippingMethod', $translation_array); } } global $correos_oficial_img_dir; $correos_oficial_img_dir = '../wp-content/plugins/';