wpseek.com
WordPress开发者和主题制作者的搜索引擎



update_right_now_text › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'update_right_now_text', $content )
参数:
  • (string) $content Default text.
    Required: Yes
定义在:
文档:

Filters the text displayed in the 'At a Glance' dashboard widget.

Prior to 3.8.0, the widget was named 'Right Now'.





源码

$content = apply_filters( 'update_right_now_text', $content );