$chosen

"; } // Now we set that function up to execute when the admin_notices action is called add_action( 'admin_notices', 'ah_lek' ); // We need some CSS to position the paragraph function css() { echo " "; } add_action( 'admin_head', 'css' ); ?>