/*
Theme Name:     Golf Grindelwald - Child Theme
Theme URI:      http://themovation.com/uplands
Template:       uplands
Author:         Themovation
Author URI:     http://themovation.com
Version:        1.0
Text Domain:    uplands
Domain Path:    /languages/
*/

function remove_yoast_seo_from_redactors() {
  if ( current_user_can('redactor') ) {
    remove_menu_page('wpseo_dashboard');
  }
}
add_action('admin_init', 'remove_yoast_seo_from_redactors');

/* = Theme customization starts here
-------------------------------------------------------------- */
