PodsAPI::get_field_types PHP Méthode

get_field_types() public méthode

Gets all field types
Deprecation:
Since: 2.0
public get_field_types ( ) : array
Résultat array Array of field types
    public function get_field_types()
    {
        return PodsForm::field_types();
    }