Allows multiple block styles.
Parameters
$metadata
arrayrequired- Metadata for registering a block type.
Source
function _wp_multiple_block_styles( $metadata ) {
_deprecated_function( __FUNCTION__, '6.1.0' );
return $metadata;
}
This function has been deprecated.
Allows multiple block styles.
$metadata
arrayrequiredfunction _wp_multiple_block_styles( $metadata ) {
_deprecated_function( __FUNCTION__, '6.1.0' );
return $metadata;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.