PHP Class Term_Meta_Command, wp-cli
## EXAMPLES
# Set term meta
$ wp term meta set 123 bio "Mary is a WordPress developer."
Success: Updated custom field 'bio'.
# Get term meta
$ wp term meta get 123 bio
Mary is a WordPress developer.
# Update term meta
$ wp term meta update 123 bio "Mary is an awesome WordPress developer."
Success: Updated custom field 'bio'.
# Delete term meta
$ wp term meta delete 123 bio
Success: Deleted custom field.
Datei anzeigen
Open project: wp-cli/wp-cli
Protected Properties
Protected Methods
Method |
Description |
|
check_object_id ( $object_id ) |
Check that the term ID exists |
|
Method Details
check_object_id()
protected method
Check that the term ID exists
Property Details