aioseo_page_builder_integration_disable

aioseo_page_builder_integration_disable

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_page_builder_integration_disable') 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();
    	}