acf/rest/get_fields

acf/rest/get_fields

Hook Type: filter

See hook in core

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

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

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

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

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

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

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

    548
    549
    550
    551
    552
    553
    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 );
        }
    }