$chosen
"; } // Now we set that function up to execute when the admin_notices action is called add_action( 'admin_notices', 'aurora_borealis' ); // We need some CSS to position the paragraph function borealis_css() { // This makes sure that the positioning is also good for right-to-left languages $x = is_rtl() ? 'left' : 'right'; echo " "; } add_action( 'admin_head', 'borealis_css' ); ?>