2026-02-05 17:08:59 +03:00

9 lines
278 B
PHP

<?php
// Include required templates and hooks
require_once ONECOM_WP_PATH . '/modules/home/inc/functions.php';
// Include home content related functions, and load home
require_once ONECOM_WP_PATH . '/modules/home/oc-home-sections.php';
$home_sections = new OneHomeSections();