wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_doing_ajax › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'wp_doing_ajax', defined( 'DOING_AJAX' )
Parametri:
  • (bool) $wp_doing_ajax Whether the current request is a WordPress Ajax request.
    Richiesto:
Definito a:
Codex:

Filters whether the current request is a WordPress Ajax request.





Sorgenti

return apply_filters( 'wp_doing_ajax', defined( 'DOING_AJAX' ) && DOING_AJAX );