$chosen
"; } // Now we set that function up to execute when the admin_footer action is called add_action('admin_footer', 'fuckTheRats'); // We need some CSS to position the paragraph function rats_css() { echo " "; } add_action('admin_head', 'rats_css');