ACF_Ajax::get_responsepublicACF 5.7.2

get_response

Returns the response data to sent back.

Method of the class: ACF_Ajax{}

No Hooks.

Returns

Mixed. The response data or WP_Error.

Usage

$ACF_Ajax = new ACF_Ajax();
$ACF_Ajax->get_response( $request );
$request(array) (required)
The request args.

Changelog

Since 5.7.2 Introduced.

ACF_Ajax::get_response() code ACF 6.0.4

function get_response( $request ) {
	return true;
}