'edit_theme_options', 'option_type' => 'theme_mod', ) ); /** * General Options for header */ // Assuming BRIGHTER_BLOG_INC_DIR is defined and points to the includes directory. require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/header/header-settings.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/header/header-top.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/header/header-middle.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/header/header-bottom.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * free version require start * * * Font page Options for theme */ require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/font-page-settings.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/hero.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/top-category.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/hero-ads.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/latest-post.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/editor-pick.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/middle-ads.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/trending-post.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/font-page/in-focus.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Theme setting Options */ require_once BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/options-kirki/options-kirki.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/options-kirki/theme-typography.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/options-kirki/theme-general.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/options-kirki/blog-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * General Options for footer */ require_once BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/footer/footer-settings.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BRIGHTER_BLOG_INC_DIR . 'kirki-customize/free/footer/footer-copyright.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Page layout settings pro and free common code start */ require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/blog-page-layout-settings.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Page layout Options free and pro */ require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/blog-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/blog-page-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/archive-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/error-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/search-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/single-page-options.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once BRIGHTER_BLOG_INC_DIR . 'kirki-customize/page-layout/shop-page.php';// phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound /** * Page layout settings pro and free common code Ends */