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

apply_filters('aioseo_page_builder_integration_disable') is found 1 times:

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