wpseek.com
A WordPress-centric search engine for devs and theme authors



_wp_multiple_block_styles › WordPress Function

Since5.9.0
Deprecated6.1.0
_wp_multiple_block_styles ( $metadata )
Parameters:
  • (array) $metadata Metadata for registering a block type.
    Required: Yes
Returns:
  • (array) Metadata for registering a block type.
Defined at:
Codex:

Allows multiple block styles.



Source

function _wp_multiple_block_styles( $metadata ) {
	_deprecated_function( __FUNCTION__, '6.1.0' );
	return $metadata;
}