Carbon_Fields\Datastore\Term_Meta_Datastore::get_meta_type PHP 메소드

get_meta_type() 공개 메소드

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