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() );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.