Add Google Fonts | Add custom fonts | Support | Click here to leave a review Version: 2.3 Author: Brad Dalton - WP Sites Author URI: http://wpsites.net/wordpress-admin/add-google-web-fonts-to-your-wordpress-editor/ License: GPL2 */ if ( ! defined( 'ABSPATH' ) ) { die( 'Sorry, you are not allowed to access this page directly.' ); } function add_more_buttons($buttons) { $buttons[] = 'fontselect'; $buttons[] = 'fontsizeselect'; return $buttons; } add_filter("mce_buttons_3", "add_more_buttons"); add_action('admin_notices', 'wpsites_fonts_plugin_notice'); function wpsites_fonts_plugin_notice() { global $current_user ; $user_id = $current_user->ID; /* Check that the user hasn't already clicked to ignore the message */ if ( ! get_user_meta($user_id, 'example_ignore_notice') ) { echo '
'; printf(__('Please support fonts by leaving a review : Click here to leave a quick review | Hide Notice'), '?example_nag_ignore=0'); echo "