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;
}
CARVIEW |
This function has been deprecated.
Allows multiple block styles.
$metadata
arrayrequiredfunction _wp_multiple_block_styles( $metadata ) {
_deprecated_function( __FUNCTION__, '6.1.0' );
return $metadata;
}
Uses | Description |
---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.