add_action( 'admin_notices', 'show_mot_text' );
function show_mot_text() {
$text = get_motivation_text();
echo "$text
";
}
add_action( 'admin_notices', 'show_mot_text' );
function show_mot_text() {
$text = get_motivation_text();
echo "$text
";
}
Recent Comments