_wp_multiple_block_styles

函数


_wp_multiple_block_styles ( $metadata )
参数
  • (array)
    $metadata
    Metadata for registering a block type.
    Required:
返回值
  • (array) Metadata for registering a block type.
定义位置
  • wp-includes/deprecated.php
    , line 4455
引入
5.9.0
弃用
6.1.0

Allows multiple block styles.

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