PHP Class WC_Meta_Box_Coupon_Data

Afficher le fichier Open project: woocommerce/woocommerce Class Usage Examples

Méthodes publiques

Méthode Description
output ( WP_Post $post ) Output the metabox.
save ( integer $post_id, WP_Post $post ) Save meta box data.

Method Details

output() public static méthode

Output the metabox.
public static output ( WP_Post $post )
$post WP_Post

save() public static méthode

Save meta box data.
public static save ( integer $post_id, WP_Post $post )
$post_id integer
$post WP_Post