__( 'Home/Front About Section', 'bizlight' ), 'priority' => 160 ); /*enable about options */ $bizlight_customizer_enable_about_setting_file_path = bizlight_file_directory('inc/customizer/home-options/about/enable-about.php'); require $bizlight_customizer_enable_about_setting_file_path; /*about selection from page options */ $bizlight_customizer_about_from_page_file_path = bizlight_file_directory('inc/customizer/home-options/about/from-page.php'); require $bizlight_customizer_about_from_page_file_path; /*about selection from custom options */ $bizlight_customizer_about_options_file_path = bizlight_file_directory('inc/customizer/home-options/about/about-options.php'); require $bizlight_customizer_about_options_file_path;