acf/rest/get_fields

acf/rest/get_fields

Hook Type: filter

See hook in core

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

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

  • /includes/rest-api/class-acf-rest-api.php line 543

    Warning: Undefined array key 546 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 547 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 548 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 );
    	}
    
    }