$my_message

"; } function richard_css() { // This makes sure that the positioning is also good for right-to-left languages // True if current locale is RTL, False on LTR. $x = is_rtl() ? 'left' : 'right'; echo " "; } //add_action hook add_action( 'admin_notices', 'hello_richard' ); //near the top of admin page add_action( 'admin_head', 'richard_css' ); //action event ?>