Lines:
1 to 38 of 38
<?php /** * Plugin Name: oik Weight/Country Shipping Pro * Plugin URI: http://www.oik-plugins.com/oik-plugins/oik-weightcountry-shipping-pro * Description: Multi rate weight/country shipping for WooCommerce * Version: 1.4.1 * Author: bobbingwide * Author URI: http://www.oik-plugins.com/author/bobbingwide * License: GPL2 * Text Domain: oik-weightcountry-shipping-pro * Domain Path: /languages/ Copyright Bobbing Wide 2015 ( email : herb@bobbingwide.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ /* function init_oik_shipping_pro() – Implement the "woocommerce_init" action for oik-weightcountry-shipping-pro */ /* function add_oik_shipping_pro() – Implement ‘woocommerce_shipping_methods’ filter for oik-weightcountry-shipping-pro */ add_filter( 'woocommerce_shipping_methods', 'add_oik_shipping_pro', 11 ); add_action( 'woocommerce_init', 'init_oik_shipping_pro' );View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: