Wordpress - Shortcodes and Blocks
You want to create a shortcode
[box color="green" size="large"] that outputs a colored box with size text. Which PHP function correctly handles both parameters with defaults and returns a string like <div class='box large' style='background:green;'>Box</div>?