File: wp-includes/block-patterns.php
-
Normalize the pattern properties to camelCase.
-
Registers patterns from Pattern Directory provided by a theme’s `theme.json` file.
-
function_register_theme_block_patterns()
Register any patterns that the active theme may provide under its `./patterns/` directory.
-
function_load_remote_featured_patterns()
Register `Featured` (category) patterns from wordpress.org/patterns.
-
function_load_remote_block_patterns()
Register Core’s official patterns from wordpress.org/patterns.
-
Filter to disable remote block patterns.
-
Registers the core block patterns and categories.