WC_Shipping_Zone_Data_Store_Interface::get_method_countpublicWC 1.0

Get count of methods for a zone.

Method of the class: WC_Shipping_Zone_Data_Store_Interface{}

No Hooks.

Returns

Int. Method Count

Usage

$WC_Shipping_Zone_Data_Store_Interface = new WC_Shipping_Zone_Data_Store_Interface();
$WC_Shipping_Zone_Data_Store_Interface->get_method_count( $zone_id );
$zone_id(int) (required)
Zone ID.

WC_Shipping_Zone_Data_Store_Interface::get_method_count() code WC 9.9.3

public function get_method_count( $zone_id );