Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import/Display Template via PHP #22

Open
see8ch opened this issue Apr 23, 2021 · 1 comment
Open

Import/Display Template via PHP #22

see8ch opened this issue Apr 23, 2021 · 1 comment
Labels

Comments

@see8ch
Copy link

see8ch commented Apr 23, 2021

Hi, is there an easy way to display a saved template through PHP like echo mc_acf_import_template($templateID)?

@MarieComet
Copy link
Owner

Hi,

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 );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants