widget_custom_html_content

过滤钩子
apply_filters( 'widget_custom_html_content', $content, $instance, $this )
参数
  • (string) $content The widget content.
    Required:
  • (array) $instance Array of settings for the current widget.
    Required:
  • (WP_Widget_Custom_HTML) $widget Current Custom HTML widget instance.
    Required:
定义位置
相关勾子
widget_text_contentwidget_block_contentdelete_site_email_contentget_custom_logonew_user_email_content
相关方法
get_the_contentget_url_in_contentget_custom_logowp_get_custom_css_postget_the_content_feedget_custom_header
引入
4.8.1
弃用
-

widget_custom_html_content是 WordPress 中的过滤器钩子,允许开发人员在自定义 HTML 小工具显示之前修改其内容。此钩子用于自定义 HTML 小工具的上下文中,它允许用户将自定义 HTML 代码添加到他们的 WordPress 站点。

过滤自定义HTML小工具的内容。

$content = apply_filters( 'widget_custom_html_content', $content, $instance, $this );

常见问题

FAQs
查看更多 >