WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_doing_ajax

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/load.php apply_filters 1545 /**
* Filters whether the current request is a WordPress Ajax request.
*
* @since 4.7.0
*
* @param bool $wp_doing_ajax Whether the current request is a WordPress Ajax request.
*/

Hook Parameters

Parameter Type Name Description
bool $wp_doing_ajax Whether the current request is a WordPress Ajax request.