To turn off the recipe scaling site-wide, add the following to your theme's functions.php
file:
add_filter( 'tasty_recipes_scalable', '__return_empty_string' );
To turn off the recipe scaling site-wide, add the following to your theme's functions.php
file:
add_filter( 'tasty_recipes_scalable', '__return_empty_string' );