index.php
21 lines
| 1 | <?php |
| 2 | if (! defined('ABSPATH')) { |
| 3 | exit; // Exit if accessed directly |
| 4 | } |
| 5 | /** |
| 6 | * CFF Header Notices |
| 7 | * |
| 8 | * @since 4.0 |
| 9 | */ |
| 10 | do_action('cff_header_notices'); |
| 11 | ?> |
| 12 | <div id="cff-support" class="cff-support"> |
| 13 | <?php |
| 14 | CustomFacebookFeed\CFF_View::render('sections.header'); |
| 15 | ?> |
| 16 | <main> |
| 17 | <?php |
| 18 | CustomFacebookFeed\CFF_View::render('support.content'); |
| 19 | ?> |
| 20 | </main> |
| 21 | </div> |