woocommerce/includes/admin/settings/views/html-admin-page-shipping-zo...

13 lines
486 B
PHP
Raw Normal View History

2016-01-19 17:57:03 +00:00
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
2016-05-13 15:08:19 +00:00
<h2>
<a href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=shipping' ); ?>"><?php _e( 'Shipping zones', 'woocommerce' ); ?></a> &gt;
<a href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=shipping&zone_id=' . absint( $zone->get_id() ) ); ?>"><?php echo esc_html( $zone->get_zone_name() ); ?></a> &gt;
2016-05-13 15:08:19 +00:00
<?php echo esc_html( $shipping_method->get_method_title() ); ?>
</h2>
2016-01-05 11:23:15 +00:00
<?php $shipping_method->admin_options(); ?>