This page was created entirely from SSH using a PHP script and ACF’s update_field(). Each block below demonstrates a different layout type from the block builder.
Our specialists are ready to help you find the perfect treatment plan. Book a free video consultation today.
Yes! Using WP-CLI and ACF’s update_field function, you can create and manage any post or page with full block builder content.
Absolutely. Rich text, CTA, FAQ, tables, pros/cons, videos, and connect forms all work perfectly via the PHP API.
Yes, as long as you use update_field() from ACF and never wp post meta update for serialized data — that double-serializes and breaks things.
| Block type | Layout name | Key sub-field |
|---|---|---|
| Rich text | rich_text | rich_text (wysiwyg) |
| Call to action | cta | title, lead, button_text |
| FAQ | faq | items (repeater) |
| Pros & cons | pos_neg | positives, negatives |
| Table | table | line_items (repeater) |
| Video | video | video_id (YouTube) |
| Connect form | connect_form | form_embed_code |