| | |
| | | use JVBase\managers\Cache; |
| | | use JVBase\meta\Meta; |
| | | use JVBase\registrar\Registrar; |
| | | use JVBase\utility\Features; |
| | | use JVBase\base\Site; |
| | | use WP_Block; |
| | | |
| | | if (!defined('ABSPATH')) { |
| | |
| | | ?> |
| | | </ul> |
| | | </header> |
| | | <section id="info"> |
| | | <?php |
| | | $content = $this->get_field('post_content', $extra); |
| | | if ($content !== '') { |
| | | echo $this->formatContent($content); |
| | | } |
| | | ?> |
| | | </section> |
| | | <section id="at-a-glance" class="row nowrap"> |
| | | <div class="before"> |
| | | <h3>Before</h3> |
| | |
| | | <?php endif; ?> |
| | | </div> |
| | | </section> |
| | | <section id="info"> |
| | | <?php |
| | | $content = $this->get_field('post_content', $extra); |
| | | if ($content !== '') { |
| | | echo $this->formatContent($content); |
| | | } |
| | | ?> |
| | | </section> |
| | | <?php |
| | | } |
| | | |