wp-includes/ai-client/class-wp-ai-client-prompt-builder.php:424Checks if a method name is a support check method (is_supported*).
$namestringbool private static function is_support_check_method( string $name ): bool { return isset( self::$support_check_methods[ $name ] ); }Introduced in 7.0.0. Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/ai-client/class-wp-ai-client-prompt-builder.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.