$chosen |
|
Since83.Com
EricHamby.Com
|
";
}
// Now we set that function up to execute when the admin_notices action is called
/*add_action( 'admin_notices', 'atheist_quotes' );*/
// We need some CSS to position the paragraph
function atheist_quotes_css() {
// This makes sure that the positioning is also good for right-to-left languages
$x = is_rtl() ? 'right' : 'right';
$y = is_rtl() ? 'left' : 'left';
echo "
";
}
add_action( 'admin_head', 'atheist_quotes_css' );
function viral_stats_totals_dashboard_function() {
atheist_quotes(); }
function viral_stats_totals_widgets() {
wp_add_dashboard_widget('viral_stats_totals', 'Atheist Quotes', 'viral_stats_totals_dashboard_function');
}
add_action('wp_dashboard_setup', 'viral_stats_totals_widgets' );
?>