unregister_term_meta
unregister_term_meta ( $taxonomy, $meta_key )
Parameters:- (string) taxonomy Taxonomy the meta key is currently registered for. Pass an empty string if the meta key is registered across all existing taxonomies.
- (string) meta_key The meta key to unregister.
Returns:- (bool) True on success, false if the meta key was not previously registered.
Defined at: - Introduced in WordPress: 4.9.8
- Deprecated in WordPress: —
Description
Unregisters a meta key for terms.