Lines:
1 to 54 of 54
<?php /** * Plugin Name: oik weight zone shipping * Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-weight-zone-shipping * Description: Weight zone shipping for WooCommerce * Version: 0.2.6 * Author: bobbingwide * Author URI: https://bobbingwide.com/about-bobbing-wide * License: GPL2 * Text Domain: oik-weight-zone-shipping * Domain Path: /languages * WC requires at least: 2.6 * WC tested up to: 7.4.0 Copyright Bobbing Wide 2014-2023 ( 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 */ oik_weight_zone_shipping_loaded(); /* function oik_weight_zone_woocommerce_shipping_methods() – Implement ‘woocommerce_shipping_methods’ filter for oik-weight-zone-shipping */ /* function oik_weight_zone_woocommerce_shipping_init() – Implement ‘woocommerce_shipping_init’ to load l10n versions and then initialise weight zone shipping */ /* function oik_weight_zone_shipping_multi_rate_woocommerce_shipping_methods */ /* function oik_weight_zone_shipping_loaded() – Function to invoke when loaded */ /* function oik_weight_zone_shipping_woocommerce_init() – Implement "woocommerce_init" */ /* function oik_weight_zone_shipping_check_woo_version() – Check the WooCommerce version against the minimum required level */ /* function oik_weight_zone_shipping_multi_rate_migration */ /* function oik_weight_zone_shipping_shipping_rate_label */ if ( !function_exists( "bw_trace2" ) ) { /* function bw_trace2() – Trace $value to the trace log file if tracing is active */ /* function bw_backtrace() – Log a debug_backtrace() to the trace log file if tracing is active */ }View on GitHub View on Trac