bbp_ajax_url()
Output the URL to use for theme-side bbPress AJAX requests
Description Description
Source Source
File: includes/common/ajax.php
function bbp_ajax_url() {
echo esc_url( bbp_get_ajax_url() );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |