ACF_Ajax_Query::get_resultspublicACF 5.7.2

get_items

Returns an array of results for the given args.

Method of the class: ACF_Ajax_Query{}

No Hooks.

Returns

Array.

Usage

$ACF_Ajax_Query = new ACF_Ajax_Query();
$ACF_Ajax_Query->get_results( $args );
$args(required)
.

Changelog

Since 5.7.2 Introduced.

ACF_Ajax_Query::get_results() code ACF 6.0.4

function get_results( $args ) {
	return array();
}