render_block_core_file
函数
render_block_core_file ( $attributes, $content )
- 参数
-
-
(array)
$attributes
The block attributes.- Required: 是
-
(string)
$content
The block content.- Required: 是
-
(array)
- 返回值
-
- (string) Returns the block content.
- 定义位置
-
-
wp-includes/blocks/file.php
, line 16
-
wp-includes/blocks/file.php
- 引入
- –
- 弃用
- –
当 “core/file “区块正在渲染时,检查我们是否需要排队等待”‘wp-block-file-view “脚本。
function render_block_core_file( $attributes, $content ) { $should_load_view_script = ! empty( $attributes['displayPreview'] ) && ! wp_script_is( 'wp-block-file-view' ); if ( $should_load_view_script ) { wp_enqueue_script( 'wp-block-file-view' ); } // Update object's aria-label attribute if present in block HTML. // Match an aria-label attribute from an object tag. $pattern = '@
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。