\l#mWwnÀd‡ Handle the add to shopping list shortcode. øink http://bootstrapped.ventures * @since 8.3.0 * * @package WP_Recipe_Maker * @subpackage WP_Recipe_Maker/includes/public/shortcodes/recipe */ /** * Handle the add to shopping list shortcode. * * @since 8.3.0 * @package WP_Recipe_Maker * @subpackage WP_Recipe_Maker/includes/public/shortcodes/recipe * @author Brecht Vandersmissen */ class WPRM_SC_Add_To_Shopping_List extends WPRM_Template_Shortcode { public static $shortcode = 'wprm-recipe-add-to-shopping-list'; public static function init() { $atts = array(); // Warning if setting not set. if ( ! WPRM_Settings::get( 'quick_access_shopping_list_link' ) ) { $atts['setting_not_set'] = array( 'type' => 'info', 'default' => '', 'text' => __( 'The button will only show up when a link to the shopping list is set on the WP Recipe Maker > Settings > Recipe Collections > Shopping List page', 'wp-recipe-maker' ), 'color' => 'darkred', ); } // Default attributes. $atts = array_merge( $atts, array( 'id' => array( 'default' => '0', ), 'grid' => array( 'default' => '', ), 'style' => array( 'default' => 'text', 'type' => 'dropdown', 'options' => array( 'text' => 'Text', 'button' => 'Button', 'inline-button' => 'Inline Button', 'wide-button' => 'Full Width Button', ), ), 'icon' => array( 'default' => '', 'type' => 'icon', ), 'text' => array( 'default' => __( 'Add to Shopping List', 'wp-recipe-maker' ), 'type' => 'text', ), 'added_action' => array( 'default' => 'go', 'type' => 'dropdown', 'options' => array( 'go' => 'Go to Shopping List', 'remove' => 'Remove from Shopping List', ), ), 'icon_added' => array( 'default' => '', 'type' => 'icon', ), 'text_added' => array( 'default' => __( 'Go to Shopping List', 'wp-recipe-maker' ), 'type' => 'text', ), 'text_style' => array( 'default' => 'normal', 'type' => 'dropdown', 'options' => 'text_styles', ), 'icon_color' => array( 'default' => '#333333', 'type' => 'color', 'dependency' => array( 'id' => 'icon', 'value' => '', 'type' => 'inverse', ), ), 'text_color' => array( 'default' => '#333333', 'type' => 'color', 'dependency' => array( 'id' => 'text', 'value' => '', 'type' => 'inverse', ), ), 'horizontal_padding' => array( 'default' => '5px', 'type' => 'size', 'dependency' => array( 'id' => 'style', 'value' => 'text', 'type' => 'inverse', ), ), 'vertical_padding' => array( 'default' => '5px', 'type' => 'size', 'dependency' => array( 'id' => 'style', 'value' => 'text', 'type' => 'inverse', ), ), 'button_color' => array( 'default' => '#ffffff', 'type' => 'color', 'dependency' => array( 'id' => 'style', 'value' => 'text', 'type' => 'inverse', ), ), 'border_color' => array( 'default' => '#333333', 'type' => 'color', 'dependency' => array( 'id' => 'style', 'value' => 'text', 'type' => 'inverse', ), ), 'border_radius' => array( 'default' => '0px', 'type' => 'size', 'dependency' => array( 'id' => 'style', 'value' => 'text', 'type' => 'inverse', ), ), ) ); self::$attributes = $atts; parent::init(); } /** * Output for the shortcode. * * @since 8.3.0 * @param array $atts Options passed along with the shortcode. */ public static function shortcode( $atts ) { $atts = parent::get_attributes( $atts ); $output = ''; $recipe = WPRM_Template_Shortcodes::get_recipe( $atts['id'] ); return apply_filters( parent::get_hook(), $output, $atts, $recipe ); } } WPRM_SC_Add_To_Shopping_List::init(); Steakhouse Creamed Spinach - Friday Night Snacks and More...
–+ servings
Print Recipe Add to Collection
No ratings yet

Steakhouse Creamed Spinach

Creamy, rich Steakhouse Creamed Spinach that takes just a few minutes and is the perfect side for a holiday roast or prime rib.
Prep Time20 minutes
Cook Time15 minutes
Course: Side Dish
Cuisine: Steakhouse
Servings: 8 Servings
Author: Mike Nadelman

Ingredients

  • 4 tablespoons unsalted butter
  • 1 medium yellow onion minced
  • 3 cloves garlic minced
  • 4 teaspoons Kosher salt divided
  • 1 teaspoon freshly ground black pepper
  • 1/2 teaspoon freshly grated nutmeg
  • 1/4 cup all-purpose flour
  • 3 1/2 cups half-and-half
  • 2 1/4 pounds fresh leaf spinach or one pound frozen
  • 1 cup mozzarella cheese
  • 4 ounces cream cheese
  • 1/2 cup grated Parmesan cheese

Instructions

  • Bring a large pot of water to a boil with two teaspoons of salt.
  • Add the spinach and cook just until wilted, about 1 minute.
  • Drain the spinach in a strainer or colander.
  • Rinse with cold water until cool and squeeze the water out of each fistful of spinach.
  • Chop the spinach bundles into a 3/4 inch width.
  • In a large skillet melt the butter with the garlic and onions.
  • Cook on medium-low for 8-10 minutes or until the onions are translucent.
  • Add in the remaining kosher salt, black pepper, and nutmeg.
  • Add in the flour and mix with a wooden spoon over low and cook for 2-3 minutes until the aroma is a bit nutty.
  • Add the half and half and cook until boiling.
  • Add in the mozzarella cheese and cream cheese
  • Cook for 6-8 minutes or until the mixture has thickened.
  • Add in the spinach and the Parmesan cheese and stir to combine.

Video