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



wp_doing_ajax › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'wp_doing_ajax', defined( 'DOING_AJAX' )
Parameter:
  • (bool) $wp_doing_ajax Whether the current request is a WordPress Ajax request.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the current request is a WordPress Ajax request.





Quellcode

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