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

apply_filters('aioseo_show_seo_setup') is found 1 times:

  • /app/Common/Admin/Dashboard.php line 35
    	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").