Warning: This function has been deprecated.
_wp_multiple_block_styles( array $metadata ): array
Allows multiple block styles.
Parameters
-
$metadata
array Required -
Metadata for registering a block type.
Return
array Metadata for registering a block type.
Source
File: wp-includes/deprecated.php
.
View all references
function _wp_multiple_block_styles( $metadata ) {
_deprecated_function( __FUNCTION__, '6.1.0' );
return $metadata;
}
Changelog
Version | Description |
---|---|
6.1.0 | This function has been deprecated. |
5.9.0 | Introduced. |