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



automatic_updates_send_debug_email › WordPress过滤钩子

Since3.7.0
已弃用n/a
apply_filters( 'automatic_updates_send_debug_email', $development_version )
参数:
  • (bool) $development_version By default, emails are sent if the install is a development version. Return false to avoid the email.
    Required: Yes
定义在:
文档:

Filters whether to send a debugging email for each automatic background update.





源码

if ( apply_filters( 'automatic_updates_send_debug_email', $development_version ) ) {