acf/rest/get_fields
acf/rest/get_fields
Appears in: advanced-custom-fields.6.1.7
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.1.7apply_filters('acf/rest/get_fields') is found 1 times:
- /includes/rest-api/class-acf-rest-api.php line 554
Warning: Undefined array key 557 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 558 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 559 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @param array $fields The ACF fields for this field group. * @param array $resource Contextual information about the current resource request. * @param string $http_method The HTTP method of the current request (GET, POST, PUT, PATCH, DELETE, OPTION, HEAD). */ return (array) apply_filters( 'acf/rest/get_fields', $fields, $resource, $http_method ); } }