wp-content/themes/twentytwentytwo/functions.php:22Sets up theme defaults and registers support for various WordPress features.
void function twentytwentytwo_support() { // Add support for block styles. add_theme_support( 'wp-block-styles' ); // Enqueue editor styles. add_editor_style( 'style.css' ); }Introduced in Twenty Twenty-Two 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentytwentytwo/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.