Joel Beckham
Notes
Joel Beckham
Notes

WordPress Admin Alert

 April 25, 2012   Dev

If you want to show a message in the Admin area of wordpress, add the following to your functions.php of your theme:

add_action( 'admin_notices', 'warning_method' );

function warning_method()
{
   echo '<div>Message here.</div>';
}
 Wordpress
Back | Home
Omniture API: Pulling Campaign Tracking Code Click-Throughs programatically TeamCity & Beanstalk: bad_record_mac