local pickup settings.", 'woocommerce' ), esc_url( admin_url( 'admin.php?page=wc-settings&tab=shipping§ion=pickup_location' ) ) ) ); ?>

    get_shipping_methods(); uasort( $methods, 'wc_shipping_zone_method_order_uasort_comparison' ); if ( ! empty( $methods ) ) { foreach ( $methods as $method ) { $class_name = 'yes' === $method->enabled ? 'method_enabled' : 'method_disabled'; echo '
  • ' . esc_html( $method->get_title() ) . '
  • '; } } else { echo '
  • ' . esc_html_e( 'No shipping methods offered to this zone.', 'woocommerce' ) . '
  • '; } ?>