aioseo_show_seo_setup

aioseo_show_seo_setup

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

See hook in core

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

apply_filters('aioseo_show_seo_setup') is found 1 times:

  • /app/Common/Admin/Dashboard.php line 35
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    public function addDashboardWidgets() {
        // Add the SEO Setup widget.
        if (
            $this->canShowWidget( 'seoSetup' ) &&
            apply_filters( 'aioseo_show_seo_setup', true ) &&
            ( aioseo()->access->isAdmin() || aioseo()->access->hasCapability( 'aioseo_setup_wizard' ) ) &&
            ! aioseo()->standalone->setupWizard->isCompleted()
        ) {
            wp_add_dashboard_widget(
                'aioseo-seo-setup',
                // Translators: 1 - The plugin short name ("AIOSEO").