Home › Forums › Add-ons › Flexible Content Field › Page Builder w/Flexible Content. Create row › Reply To: Page Builder w/Flexible Content. Create row
When the field “page_builder: does not exist you need to create it.
$value = array(
// nested array for each row you want to create
array(
// field key => value pairs for row
'acf_fc_layout' => 'one_column',
'field_60745782d2943' => get_the_content();
)
)
update_field('field_key_of_flex_field', $value, $post_id)
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.