Files
mccans-theme/tpl-flex.php
2025-05-20 14:15:03 -07:00

8 lines
145 B
PHP

<?php
/** Template Name: Flexible Content */
get_header();
echo site()->render("flex", site()->getCurrentPost(["acf.content"]));
get_footer();