wp_get_acf
Retrieve all Advanced Custom Fields values for a specified WordPress post, returning them as a JSON object.
Instructions
Read a page/post's ACF (Advanced Custom Fields) values as a JSON object.
Returns every ACF field value on the post, keyed by field name - strings, numbers,
booleans, and lists (repeaters/galleries) pass through untouched. Read-only.
Requires the REST transport AND ACF active on the site (ACF free or Pro); a site
without ACF comes back as an error, not a crash. install is the WP Engine install
name; get post_id from wp_find_page / wp_get_content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | Yes | ||
| post_id | Yes |