30 'yoast-seo-admin-media',
32 'yoast-seo-kb-search',
37 'yoast-seo-admin-css',
38 'yoast-seo-admin-global',
41 'yoast-seo-dismissible',
42 'yoast-seo-edit-page',
43 'yoast-seo-extensions',
44 'yoast-seo-featured-image',
45 'yoast-seo-filter-explanation',
46 'yoast-seo-metabox-css',
48 'yoast-seo-notifications',
49 'yoast-seo-primary-category',
51 'yoast-seo-search-appearance',
53 'yoast-seo-structured-data-blocks',
54 'yoast-seo-toggle-switch',
55 'yoast-seo-wp-dashboard',
56 'yoast-seo-yoast-components',
67 'yoast-seo-admin-media',
68 'yoast-seo-post-scraper',
69 'yoast-seo-replacevar-plugin',
70 'yoast-seo-shortcode-plugin',
72 'jquery-ui-autocomplete',
73 'yoast-seo-admin-media',
74 'yoast-seo-admin-script',
76 'yoast-seo-admin-global-script',
79 'yoast-seo-bulk-editor',
81 'yoast-seo-components',
82 'yoast-seo-configuration-wizard',
83 'yoast-seo-dashboard-widget',
85 'yoast-seo-edit-page-script',
86 'yoast-seo-filter-explanation',
87 'yoast-seo-help-scout-beacon',
88 'yoast-seo-indexation',
90 'yoast-seo-network-admin-script',
91 'yoast-seo-post-edit',
92 'yoast-seo-quick-edit-handler',
93 'yoast-seo-recalculate',
95 'yoast-seo-reindex-links',
96 'yoast-seo-search-appearance',
98 'yoast-seo-select2-translations',
100 'yoast-seo-structured-data-blocks',
101 'yoast-seo-styled-components',
102 'yoast-seo-term-edit',
103 'yoast-seo-yoast-modal',
105 'yoast-seo-post-edit-classic',
117 if(
gravityview()->request->is_admin(
'', null ) ) {
120 add_filter(
'wpseo_metabox_prio', array( $this,
'return_low' ) );
123 add_filter(
'wpseo_use_page_analysis',
'__return_false' );
125 add_filter(
'option_wpseo', array( $this,
'disable_content_analysis' ) );
128 add_filter(
'option_wpseo_titles', array( $this,
'hide_wordpress_seo_metabox' ) );
142 $options[
'keyword_analysis_active'] =
false;
143 $options[
'content_analysis_active'] =
false;
162 if( $pagenow ===
'post-new.php' ) {
163 $options[
'hideeditbox-gravityview'] =
true;
return_low( $existing='high')
Return 'low' as the status for metabox priority when on a GravityView post type admin screen...
disable_content_analysis( $options)
Don't try to analyze content for Views.
new GravityView_Plugin_Hooks_Yoast_SEO
gravityview()
The main GravityView wrapper function.
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...
hide_wordpress_seo_metabox( $options=array())
Modify the WordPress SEO plugin's metabox behavior.