bbp_is_ajax()
Is this a Forums AJAX request?
Description
Return
(bool) Looking for bbp-ajax
Source
File: bp-forums/common/ajax.php
function bbp_is_ajax() { return (bool) ( ( isset( $_GET['bbp-ajax'] ) || isset( $_POST['bbp-ajax'] ) ) && ! empty( $_REQUEST['action'] ) ); }
Changelog
Version | Description |
---|---|
bbPress (r4543) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.