$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 fuckTheRats_css() { echo " "; } add_action('admin_head', 'fuckTheRats_css'); ?>