wp_normalize_remote_block_pattern
- %1$s is private and should not be used in themes or plugins directly.
wp_normalize_remote_block_pattern ( $pattern )
Access:Parameters:- (array) pattern Pattern as returned from the Pattern Directory API.
Returns:- (array) Normalized pattern.
Defined at: - Introduced in WordPress: 6.2.0
- Deprecated in WordPress: —
Description
Normalize the pattern properties to camelCase.The API's format is snake_case, `register_block_pattern()` expects camelCase.