Remove the yoast Seo from dashboard.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 1 Jun 2016 15:32:18 +0000 (11:32 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 1 Jun 2016 15:32:18 +0000 (11:32 -0400)
functions.php
style.css

index d5ebf12..30c09fc 100644 (file)
@@ -253,4 +253,10 @@ function front_end_blank_credentials( $login, $username, $password ) {
     }
 }
 
+// Remove Yoast SEO Dashboard Widget
+function remove_wpseo_dashboard_overview() {
+       remove_meta_box( 'wpseo-dashboard-overview', 'dashboard', 'normal' );
+}
+
+add_action('wp_dashboard_setup', 'remove_wpseo_dashboard_overview' );
 ?>
index 46bf975..85b41b6 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.4
+Version: 1.0.9
 */