Carbon_Fields\Datastore\Post_Meta_Datastore::get_table_field_name PHP Méthode

get_table_field_name() public méthode

Retrieve the meta table field name to query by.
public get_table_field_name ( ) : string
Résultat string
    public function get_table_field_name()
    {
        return 'post_id';
    }