wp-content/themes/twentytwentyfive/functions.php:20Adds theme support for post formats.
void function twentytwentyfive_post_format_setup() { add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) ); }Introduced in Twenty Twenty-Five 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/twentytwentyfive/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.