wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_doing_cron › WordPress Filter Hooks

Seit4.8.0
Veraltetn/v
apply_filters( 'wp_doing_cron', defined( 'DOING_CRON' )
Parameter:
  • (bool) $wp_doing_cron Whether the current request is a WordPress cron request.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the current request is a WordPress cron request.





Quellcode

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