acf/rest/get_fields

acf/rest/get_fields

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.7

apply_filters('acf/rest/get_fields') is found 1 times:

  • /includes/rest-api/class-acf-rest-api.php line 554
    		 * @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 );
    	}
    
    }