Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
do_once ( ) | Trigger actions only once. |
public save_attachment ( $attachment ) |