| [ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Common AJAX Functions Common AJAX functions are ones that are used to setup and/or use during bbPress specific, theme-side AJAX requests.
| File Size: | 159 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| bbp_ajax_url() X-Ref |
| Output the URL to use for theme-side bbPress AJAX requests since: 2.3.0 bbPress (r4543) |
| bbp_get_ajax_url() X-Ref |
| Return the URL to use for theme-side bbPress AJAX requests return: string since: 2.3.0 bbPress (r4543) |
| bbp_is_ajax() X-Ref |
| Is this a bbPress AJAX request? return: bool Looking for bbp-ajax since: 2.3.0 bbPress (r4543) |
| bbp_do_ajax( $action = '' ) X-Ref |
| Hooked to the 'bbp_template_redirect' action, this is also the custom theme-side AJAX handler. This is largely taken from admin-ajax.php, but adapted specifically for theme-side bbPress-only AJAX requests. param: string $action Sanitized action from bbp_post_request/bbp_get_request return: If not a bbPress AJAX request since: 2.3.0 bbPress (r4543) |
| bbp_ajax_headers() X-Ref |
| Send headers for AJAX specific requests This was abstracted from bbp_do_ajax() for use in custom theme-side AJAX implementations. since: 2.6.0 bbPress (r6757) |
| bbp_ajax_response( $success = false, $content = '', $status = -1, $extras = array() X-Ref |
| Helper method to return JSON response for bbPress AJAX calls param: bool $success param: string $content param: array $extras since: 2.3.0 bbPress (r4542) |
| Generated: Thu Oct 30 01:00:50 2025 | Cross-referenced by PHPXref 0.7.1 |