aioseo_ai_disabled, false

aioseo_ai_disabled, false

Hook Type: filter

See hook in core

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

apply_filters('aioseo_ai_disabled, false') is found 1 times:

  • /app/Common/Ai/Ai.php line 124
    		if ( null !== $cached ) {
    			return $cached;
    		}
    
    		if ( (bool) apply_filters( 'aioseo_ai_disabled', false ) ) {
    			$cached = true;
    
    			return true;
    		}
    
    		// Backwards compatibility: each legacy hook used to enable a specific AI UI extension (default `true`).