PHP Class _Beans_Term_Meta, Beans

Show file Open project: Getbeans/Beans

Public Methods

Method Description
__construct ( $section ) Constructor.
delete ( $term, $term_id, $taxonomy ) Delete Term Meta.
fields ( $tag ) Fields content.
nonce ( $tag ) Post meta nonce.
save ( $term_id ) Save Term Meta.

Private Methods

Method Description
do_once ( ) Trigger actions only once.

Method Details

__construct() public method

Constructor.
public __construct ( $section )

delete() public method

Delete Term Meta.
public delete ( $term, $term_id, $taxonomy )

fields() public method

Fields content.
public fields ( $tag )

nonce() public method

Post meta nonce.
public nonce ( $tag )

save() public method

Save Term Meta.
public save ( $term_id )