PHP 클래스 WC_Product_Grouped_Data_Store_CPT

저자: WooThemes
상속: extends WC_Product_Data_Store_CPT, implements WC_Object_Data_Store_Interface
파일 보기 프로젝트 열기: woocommerce/woocommerce

공개 메소드들

메소드 설명
sync_price ( WC_Product | integer &$product ) Sync grouped product prices with children.

보호된 메소드들

메소드 설명
update_post_meta ( &$product ) Helper method that updates all the post meta for a grouped product.

메소드 상세

sync_price() 공개 메소드

Sync grouped product prices with children.
부터: 2.7.0
public sync_price ( WC_Product | integer &$product )
$product WC_Product | integer

update_post_meta() 보호된 메소드

Helper method that updates all the post meta for a grouped product.
부터: 2.7.0
protected update_post_meta ( &$product )