• Skip to primary navigation
  • Skip to main content
  • Skip to footer
WooCommerce a2z

WooCommerce a2z

WooCommerce

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
  • _
  • #
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
Home / Archives for Z

Z

get_zone_id_by_instance_id() – Return a zone ID from an instance ID.

get_zone_id_from_package() – Find a matching zone ID for a given package.

get_zones() – Return an ordered list of zones.

OnboardingSetUpShipping::has_existing_shipping_zones() – Are there existing shipping zones?

WC_AJAX::shipping_zone_add_method() – Handle submissions from assets/js/wc-shipping-zone-methods.js Backbone model.

WC_AJAX::shipping_zone_methods_save_changes() – Handle submissions from assets/js/wc-shipping-zone-methods.js Backbone model.

WC_AJAX::shipping_zone_methods_save_settings() – Save method settings

WC_AJAX::shipping_zones_save_changes() – Handle submissions from assets/js/wc-shipping-zones.js Backbone model.

wc_get_shipping_zone() – Get the shipping zone matching a given package from the cart.

WC_Legacy_Shipping_Zone::create() – Create a zone.

WC_Legacy_Shipping_Zone::get_zone_id() – Get zone ID

WC_Legacy_Shipping_Zone::read() – Read a shipping zone by ID.

WC_Legacy_Shipping_Zone::update() – Update a zone.

WC_REST_Shipping_Zone_Locations_V2_Controller::get_item_schema() – Get the Shipping Zone Locations schema, conforming to JSON Schema

WC_REST_Shipping_Zone_Locations_V2_Controller::get_items() – Get all Shipping Zone Locations.

WC_REST_Shipping_Zone_Locations_V2_Controller::prepare_item_for_response() – Prepare the Shipping Zone Location for the REST response.

WC_REST_Shipping_Zone_Locations_V2_Controller::prepare_links() – Prepare links for the request.

WC_REST_Shipping_Zone_Locations_V2_Controller::register_routes() – Register the routes for Shipping Zone Locations.

WC_REST_Shipping_Zone_Locations_V2_Controller::update_items() – Update all Shipping Zone Locations.

WC_REST_Shipping_Zone_Methods_V2_Controller::create_item() – Create a new shipping zone method instance.

WC_REST_Shipping_Zone_Methods_V2_Controller::delete_item() – Delete a shipping method instance.

WC_REST_Shipping_Zone_Methods_V2_Controller::get_item_schema() – Get the Shipping Zone Methods schema, conforming to JSON Schema

WC_REST_Shipping_Zone_Methods_V2_Controller::get_item() – Get a single Shipping Zone Method.

WC_REST_Shipping_Zone_Methods_V2_Controller::get_items() – Get all Shipping Zone Methods.

WC_REST_Shipping_Zone_Methods_V2_Controller::get_settings() – Return settings associated with this shipping zone method instance.

WC_REST_Shipping_Zone_Methods_V2_Controller::prepare_item_for_response() – Prepare the Shipping Zone Method for the REST response.

WC_REST_Shipping_Zone_Methods_V2_Controller::prepare_links() – Prepare links for the request.

WC_REST_Shipping_Zone_Methods_V2_Controller::register_routes() – Register the routes for Shipping Zone Methods.

WC_REST_Shipping_Zone_Methods_V2_Controller::update_fields() – Updates settings, order, and enabled status on create.

WC_REST_Shipping_Zone_Methods_V2_Controller::update_item() – Update A Single Shipping Zone Method.

WC_REST_Shipping_Zones_Controller_Base::create_item_permissions_check() – Check if a given request has access to create Shipping Zones.

WC_REST_Shipping_Zones_Controller_Base::delete_items_permissions_check() – Check whether a given request has permission to delete Shipping Zones.

WC_REST_Shipping_Zones_Controller_Base::get_items_permissions_check() – Check whether a given request has permission to read Shipping Zones.

WC_REST_Shipping_Zones_Controller_Base::get_zone() – Retrieve a Shipping Zone by it’s ID.

WC_REST_Shipping_Zones_Controller_Base::update_items_permissions_check() – Check whether a given request has permission to edit Shipping Zones.

WC_REST_Shipping_Zones_V2_Controller::create_item() – Create a single Shipping Zone.

WC_REST_Shipping_Zones_V2_Controller::delete_item() – Delete a single Shipping Zone.

WC_REST_Shipping_Zones_V2_Controller::get_item_schema() – Get the Shipping Zones schema, conforming to JSON Schema

WC_REST_Shipping_Zones_V2_Controller::get_item() – Get a single Shipping Zone.

WC_REST_Shipping_Zones_V2_Controller::get_items() – Get all Shipping Zones.

WC_REST_Shipping_Zones_V2_Controller::prepare_item_for_response() – Prepare the Shipping Zone for the REST response.

WC_REST_Shipping_Zones_V2_Controller::prepare_links() – Prepare links for the request.

WC_REST_Shipping_Zones_V2_Controller::register_routes() – Register the routes for Shipping Zones.

WC_REST_Shipping_Zones_V2_Controller::update_item() – Update a single Shipping Zone.

WC_Settings_Shipping::output_zones_screen() – Handles output of the shipping zones page in admin.

WC_Settings_Shipping::zone_methods_screen() – Show method for a zone

WC_Settings_Shipping::zones_screen() – Show zones

WC_Shipping_Zone_Data_Store::add_method() – Add a shipping method to a zone.

WC_Shipping_Zone_Data_Store::create() – Method to create a new shipping zone.

WC_Shipping_Zone_Data_Store::delete_method() – Delete a method instance.

WC_Shipping_Zone_Data_Store::delete() – Deletes a shipping zone from the database.

WC_Shipping_Zone_Data_Store::get_method_count() – Get count of methods for a zone.

WC_Shipping_Zone_Data_Store::get_method() – Get a shipping zone method instance.

WC_Shipping_Zone_Data_Store::get_methods() – Get a list of shipping methods for a specific zone.

WC_Shipping_Zone_Data_Store::get_zone_id_by_instance_id() – Return a zone ID from an instance ID.

WC_Shipping_Zone_Data_Store::get_zone_id_from_package() – Find a matching zone ID for a given package.

WC_Shipping_Zone_Data_Store::get_zones() – Return an ordered list of zones.

WC_Shipping_Zone_Data_Store::read_zone_locations() – Read location data from the database.

WC_Shipping_Zone_Data_Store::read() – Method to read a shipping zone from the database.

WC_Shipping_Zone_Data_Store::save_locations() – Save locations to the DB.

WC_Shipping_Zone_Data_Store::update() – Update zone in the database.

wc_shipping_zone_method_order_uasort_comparison() – Used to sort shipping zone methods with uasort.

WC_Shipping_Zone::__construct() – Constructor for zones.

WC_Shipping_Zone::add_location() – Add location (state or postcode) to a zone.

WC_Shipping_Zone::add_shipping_method() – Add a shipping method to this zone.

WC_Shipping_Zone::clear_locations() – Clear all locations for this zone.

WC_Shipping_Zone::delete_shipping_method() – Delete a shipping method from a zone.

WC_Shipping_Zone::generate_zone_name() – Generate a zone name based on location.

WC_Shipping_Zone::get_formatted_location() – Return a text string representing what this zone is for.

WC_Shipping_Zone::get_shipping_methods() – Get shipping methods linked to this zone.

WC_Shipping_Zone::get_zone_locations() – Get zone locations.

WC_Shipping_Zone::get_zone_name() – Get zone name.

WC_Shipping_Zone::get_zone_order() – Get zone order.

WC_Shipping_Zone::is_valid_location_type() – Is passed location type valid?

WC_Shipping_Zone::location_is_continent() – Location type detection.

WC_Shipping_Zone::location_is_country() – Location type detection.

WC_Shipping_Zone::location_is_postcode() – Location type detection.

WC_Shipping_Zone::location_is_state() – Location type detection.

WC_Shipping_Zone::save() – Save zone data to the database.

WC_Shipping_Zone::set_locations() – Set locations.

WC_Shipping_Zone::set_zone_locations() – Set zone locations.

WC_Shipping_Zone::set_zone_name() – Set zone name.

WC_Shipping_Zone::set_zone_order() – Set zone order. Value to set.

WC_Shipping_Zones::delete_zone() – Delete a zone using it’s ID

WC_Shipping_Zones::get_shipping_method() – Get shipping zone using it’s ID.

WC_Shipping_Zones::get_zone_by() – Get shipping zone by an ID.

WC_Shipping_Zones::get_zone_matching_package() – Find a matching zone for a given package.

WC_Shipping_Zones::get_zone() – Get shipping zone using it’s ID

WC_Shipping_Zones::get_zones() – Get shipping zones from the database.

wc_trim_zeros() – Trim trailing zeros off prices.

wc_update_260_zone_methods() – Update zone methods for 2.6

wc_update_260_zones() – Update zones for 2.6

woocommerce_trim_zeros() –

Footer

WooCommerce a2z
WooCommerce a2z
WooCommerce
WordPress 5.6
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  woocommerce.wp-a2z.org
© Copyright WooCommerce a2z 2014-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites