aioseo_page_builder_integration_disable, false, $this->integrationSlug

aioseo_page_builder_integration_disable, false, $this->integrationSlug

Hook Type: filter

See hook in core

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

apply_filters('aioseo_page_builder_integration_disable, false, $this->integrationSlug') is found 1 times:

  • /app/Common/Standalone/PageBuilders/Base.php line 73
    			return;
    		}
    
    		// Check if we can proceed with the integration.
    		if ( apply_filters( 'aioseo_page_builder_integration_disable', false, $this->integrationSlug ) ) {
    			return;
    		}
    
    		$this->init();
    	}