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

get_table_field_name() 공개 메소드

Retrieve the meta table field name to query by.
public get_table_field_name ( ) : string
리턴 string
    public function get_table_field_name()
    {
        return 'term_id';
    }