PHP 클래스 _Beans_Post_Meta, Beans

파일 보기 프로젝트 열기: Getbeans/Beans

공개 메소드들

메소드 설명
__construct ( $section, $args ) Constructor.
metabox_content ( $post ) Metabox content.
nonce ( ) Post meta nonce.
register_metabox ( $post_type ) Add the Metabox.
save ( $post_id ) Save Post Meta.
save_attachment ( $attachment ) Save Post Meta for attachment.

비공개 메소드들

메소드 설명
do_once ( ) Trigger actions only once.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $section, $args )

metabox_content() 공개 메소드

Metabox content.
public metabox_content ( $post )

nonce() 공개 메소드

Post meta nonce.
public nonce ( )

register_metabox() 공개 메소드

Add the Metabox.
public register_metabox ( $post_type )

save() 공개 메소드

Save Post Meta.
public save ( $post_id )

save_attachment() 공개 메소드

Save Post Meta for attachment.
public save_attachment ( $attachment )