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.8.1.1

apply_filters('aioseo_show_seo_overview') is found 1 times:

  • /app/Common/Admin/Dashboard.php line 57
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    // Add the Overview widget.
    if (
        $this->canShowWidget( 'seoOverview' ) &&
        apply_filters( 'aioseo_show_seo_overview', true ) &&
        ( aioseo()->access->isAdmin() || aioseo()->access->hasCapability( 'aioseo_page_analysis' ) ) &&
        aioseo()->options->advanced->truSeo
    ) {
        wp_add_dashboard_widget(
            'aioseo-overview',
            // Translators: 1 - The plugin short name ("AIOSEO").