Carbon_Fields\Datastore\Term_Meta_Datastore::get_meta_type PHP Method

get_meta_type() public method

Retrieve the type of meta data.
public get_meta_type ( ) : string
return string
    public function get_meta_type()
    {
        return 'term';
    }