pre_render_block钩子是Wordpress钩子,过滤器::通过返回非空值,允许对render_block()进行短路。
apply_filters( ‘pre_render_block’, string|null $pre_render, array $block )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$pre_render | (string | null) | 预先呈现的内容。默认为空。 |
$block | (array) | 正在渲染的块。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.1.0 | wp-includes/blocks.php:455 | 1 | 0 |