widget_block_content

过滤钩子
参数
  • (string) $content The widget content.
    Required:
  • (array) $instance Array of settings for the current widget.
    Required:
  • (WP_Widget_Block) $widget Current Block widget instance.
    Required:
定义位置
相关勾子
widget_text_contentwidget_custom_html_contentrender_block_contextget_block_templateget_block_templates
相关方法
filter_block_contentget_blog_countget_the_contentget_block_templateget_url_in_contentget_block_templates
引入
5.8.0
弃用
-

widget_block_content 是一个 WordPress 过滤器,允许开发人员修改在 WordPress 块编辑器中显示的小工具的内容。 每个小工具块都会调用此过滤器,并用于修改小工具的 HTML 输出。

在输出前过滤Block小工具的内容。

echo apply_filters(

常见问题

FAQs
查看更多 >