Carbon_Fields\Datastore\Comment_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 'comment';
    }