Beispiel #1
0
/**
 * Get the ingredients list type.
 *
 * @since 1.0.0
 *
 * @return string $type The ingredients list type.
 */
function simmer_get_ingredients_list_type()
{
    $ingredients = new Simmer_Recipe_Ingredients();
    $type = $ingredients->get_list_type();
    return $type;
}