On this page
_wp_multiple_block_styles( array $metadata ): array
This function has been deprecated.
Allows multiple block styles.
Parameters
$metadataarray 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;
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_wp_multiple_block_styles