ACF Felder eines Posts abrufen
acf_get_post_fieldsFetches all Advanced Custom Fields (ACF) values for a WordPress post or page using its ID. Provides structured field data for posts, pages, or custom post types.
Instructions
Ruft alle ACF Custom Fields eines Posts/einer Seite ab
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | Post/Page ID | |
| postType | No | Post-Typ | post |
| customPostType | No | Custom Post Type (wenn postType = custom) |