You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flexibles templates are native Custom Post Types, and flexible data is stored as native post meta, as serialized values.
So i guess, you can display these values using get_post_meta( '_flex_layout_data', $template_id );
Hi, is there an easy way to display a saved template through PHP like
echo mc_acf_import_template($templateID)
?The text was updated successfully, but these errors were encountered: