WC_Shipping_Zone_Data_Store_Interface::get_method_count()publicWC 1.0

Get count of methods for a zone.

Метод класса: WC_Shipping_Zone_Data_Store_Interface{}

Хуков нет.

Возвращает

int. Method Count

Использование

$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) (обязательный)
Zone ID.

Код WC_Shipping_Zone_Data_Store_Interface::get_method_count() WC 8.7.0

public function get_method_count( $zone_id );