PHP Class WC_Legacy_Shipping_Zone

Author: WooThemes
Inheritance: extends WC_Data
Afficher le fichier Open project: woocommerce/woocommerce

Méthodes publiques

Méthode Description
create ( ) Create a zone.
get_zone_id ( ) : integer | null Get zone ID
read ( $zone_id ) Read a shipping zone by ID.
update ( ) Update a zone.

Method Details

create() public méthode

Create a zone.
Deprecation: 2.7.0 - Use ::save instead.
public create ( )

get_zone_id() public méthode

Get zone ID
Deprecation: 2.7
public get_zone_id ( ) : integer | null
Résultat integer | null Null if the zone does not exist. 0 is the default zone.

read() public méthode

Read a shipping zone by ID.
Deprecation: 2.7.0 - Init a shipping zone with an ID.
public read ( $zone_id )

update() public méthode

Update a zone.
Deprecation: 2.7.0 - Use ::save instead.
public update ( )