Found this when searching for teapots
Monday, February 22, 2021
Thursday, February 11, 2021
PHP removal
Removing this from PHP customisation
// Hide "in stock" @ Single Products
function my_wc_hide_in_stock_message( $html, $text, $product ) {
$availability = $product->get_availability();
if ( isset( $availability['class'] ) && 'in-stock' === $availability['class'] ) {
return '';
}
return $html;
}
add_filter( 'woocommerce_stock_html', 'my_wc_hide_in_stock_message', 10, 3 );
Wednesday, February 10, 2021
My Small Weekly Vegan Challah
INGREDIENTS:
- 1/2 Cup milk (warm)
- 2 Tablespoon aquafaba OR 1 Tablespoon of (unsweetened) apple sauce
- 2 Tablespoon coconut oil
- 1/4 cup + 1 teaspoon white sugar
- 1 teaspoon salt
- 2 cups bread flour
- 1 teaspoon active dry yeast
egg wash: very diluted maple syrup
DIRECTIONS:
- Put all the above ingredients in that order into Cuisinart Bread Maker (except for egg wash)
- Start the Cuisinart Bread Maker in Program 7 - Artisan Bread
- Let it finish kneading for Rise 3.
- Take it out and braid it.
- Rise in oven, 2 cups hot water on each side for 30 mins. Oven lights on.
- Take the risen braided challah out and put the vegan egg wash on top.
- Bake at 175C for 20-25 minutes.
Subscribe to:
Posts (Atom)