Posted on December 3, 2013
add_action( 'all_admin_notices', 'testing_admin_notice' ); function testing_admin_notice() { echo '<div id="message" class="updated">'; echo '<xmp>$my_var: '. print_r( $my_var, true ) .'</xmp>'; echo '</div>'; }
Posted on December 3, 2013
add_action( 'all_admin_notices', 'testing_admin_notice' ); function testing_admin_notice() { echo '<div id="message" class="updated">'; echo '<xmp>$my_var: '. print_r( $my_var, true ) .'</xmp>'; echo '</div>'; }
Recent Comments