RBA Cash Rate: 4.10% · 1AUD = 0.63 USD · Inflation: 2.4%  
Leading Digital Marketing Experts | 1300 235 433 | Aggregation Enquires Welcome | Book Appointment
Example Interest Rates: Home Loan Variable: 5.43% (6.02%*) • Home Loan Fixed: 4.99% (5.91%*) • Fixed: 4.99% (5.91%*) • Variable: 5.43% (6.02%*) • Investment IO: 5.59% (6.66%*) • Investment PI: 4.99% (5.91%*)

Admin Dashboard Message

Sometimes it's necessary to notify authors of something when they next log into your WP administration panel. This code will render a bold message at the top of the page.

Copy and paste the WordPress function into your theme's functions.php file or, if you sensibly have one installed, your custom functions plugin.

1
<?php 
2
/*
3
 Admin Dashboard Message
4
 http://www.beliefmedia.com/code/wp-snippets/admin-dashboard-message
5
*/
6
 
7
function beliefmedia_dashboard_mesage($message, $errormsg = false) {
8
  $type = ($errormsg !== false) ? '<div id="message" class="updated fade">' : '<div id="message" class="error">';
9
  echo '<strong>' . $type . $message . '</strong></div>';
10
}
11
 
12
function beliefmedia_admin_mesage() {
13
 beliefmedia_dashboard_mesage('New version of the Style Guide available. Download <a href="http://www.beliefmedia.com/">here</a>', true);
14
}
15
add_action('admin_notices', 'beliefmedia_admin_mesage');

Example

Admin Dashboard Message

Example admin alert message

■ ■ ■

 
Download our complimentary 650-page guide on marketing for mortgage brokers. We'll show you exactly how we generate billions in volume for our clients.
Finance Guide, Cropped Top and Bottom
  Timezone: 1 · [ CHANGE ]

Like this article?

Share on Facebook
Share on Twitter
Share on Linkdin
Share on Pinterest

Leave a comment