'edit_theme_options', 'option_type' => 'theme_mod', ) ); /** * General Options for header */ // Assuming BLOG_REFLECTION_INC_DIR is defined and points to the includes directory. require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/header/header-one/header-settings.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/header/header-one/header-top.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/header/header-one/header-middle.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/header/header-one/header-bottom.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * General Options for footer */ require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/footer/footer-settings.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/footer/footer-typography.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/footer/footer-copyright.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Options for pro theme */ require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/font-page-settings.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/blog-hero.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/trending-stories.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/latest-blog-post.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/most-popular-news.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/blog-reflection-ads.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/blog-post.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/tending-video.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/whats-new.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/trend-slider-post.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/future-perfect.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/global-post.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/font-page/weekend-post.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Theme setting Options */ require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/options-kirki/options-kirki.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/options-kirki/theme-typography.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/options-kirki/theme-general.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/options-kirki/blog-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Page layout Options */ require BLOG_REFLECTION_INC_DIR . 'kirki-customize/page-layout/blog-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BLOG_REFLECTION_INC_DIR . 'kirki-customize/page-layout/blog-reflection-page-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BLOG_REFLECTION_INC_DIR . 'kirki-customize/page-layout/archive-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BLOG_REFLECTION_INC_DIR . 'kirki-customize/page-layout/error-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BLOG_REFLECTION_INC_DIR . 'kirki-customize/page-layout/blog-reflection-page-layout-settings.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BLOG_REFLECTION_INC_DIR . 'kirki-customize/page-layout/search-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BLOG_REFLECTION_INC_DIR . 'kirki-customize/page-layout/single-page-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Theme setting Options */ require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/shop/shop.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/shop/shop-page.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BLOG_REFLECTION_INC_DIR . 'kirki-customize/shop/single-shop.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound