aioseo_show_seo_overview

aioseo_show_seo_overview

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.5.9.2

apply_filters('aioseo_show_seo_overview') is found 1 times:

  • /app/Common/Admin/Dashboard.php line 57
     
    		// Add the Overview widget.
    		if (
    			$this->canShowWidget( 'seoOverview' ) &&
    			apply_filters( 'aioseo_show_seo_overview', true ) &&
    			( aioseo()->access->isAdmin() || aioseo()->access->hasCapability( 'aioseo_page_analysis' ) )
    		) {
    			wp_add_dashboard_widget(
    				'aioseo-overview',
    				// Translators: 1 - The plugin short name ("AIOSEO").
    				sprintf( esc_html__( '%s Overview', 'all-in-one-seo-pack' ), AIOSEO_PLUGIN_SHORT_NAME ),