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



wp_doing_cron › WordPress过滤钩子

Since4.8.0
已弃用n/a
apply_filters( 'wp_doing_cron', defined( 'DOING_CRON' )
参数:
  • (bool) $wp_doing_cron Whether the current request is a WordPress cron request.
    Required: Yes
定义在:
文档:

Filters whether the current request is a WordPress cron request.





源码

return apply_filters( 'wp_doing_cron', defined( 'DOING_CRON' ) && DOING_CRON );