PHP 클래스 WC_Meta_Box_Order_Actions

파일 보기 프로젝트 열기: woocommerce/woocommerce 1 사용 예제들

공개 메소드들

메소드 설명
output ( WP_Post $post ) Output the metabox.
save ( integer $post_id, WP_Post $post ) Save meta box data.
set_email_sent_message ( string $location ) : string Set the correct message ID.

메소드 상세

output() 공개 정적인 메소드

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

save() 공개 정적인 메소드

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

set_email_sent_message() 공개 정적인 메소드

Set the correct message ID.
부터: 2.3.0
public static set_email_sent_message ( string $location ) : string
$location string
리턴 string