$hook, true

$hook, true

Hook Type: filter

See hook in core

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

apply_filters('$hook, true') is found 1 times:

  • /app/Common/Ai/Ai.php line 152
    			}
    
    			$value = $canEmitDeprecation
    				? apply_filters_deprecated( $hook, [ true ], '4.9.9', 'aioseo_ai_disabled' )
    				: apply_filters( $hook, true ); // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound
    
    			if ( ! (bool) $value ) {
    				$cached = true;
    
    				return true;
    			}