testfromniels

Welcome to the test page

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.

Interested in a consultation?

Our specialists are ready to help you find the perfect treatment plan. Book a free video consultation today.

Can you create posts from SSH?

Yes! Using WP-CLI and ACF’s update_field function, you can create and manage any post or page with full block builder content.

Does it work with all block types?

Absolutely. Rich text, CTA, FAQ, tables, pros/cons, videos, and connect forms all work perfectly via the PHP API.

Is this safe for production?

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.

Pros
  • Full control over content from the terminal
  • No need to open the WordPress admin
  • Scriptable and repeatable
  • Works with all ACF field types
Cons
  • Requires SSH access to the server
  • No visual preview while editing
  • Must remember to flush caches after changes
Block types available in the builder
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
Video thumbnail