![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/www/wp-content/themes/film-celebrity/inc/ |
<?php /** * film-celebrity Theme Customizer. * * @package film-celebrity */ /** * Add postMessage support for site title and description for the Theme Customizer. * * @param WP_Customize_Manager $wp_customize Theme Customizer object. */ function film_celebrity_customize_register( $wp_customize ) { $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; $wp_customize->get_setting( 'background_color' )->transport = 'postMessage'; $wp_customize->get_setting('custom_logo')->transport = 'refresh'; } add_action( 'customize_register', 'film_celebrity_customize_register' ); if ( ! defined( 'FILM_CELEBRITY_BUY_NOW_1' ) ) { define('FILM_CELEBRITY_BUY_NOW_1',__('https://www.mishkatwp.com/themes/celebrity-wordpress-theme/','film-celebrity')); } if ( ! defined( 'FILM_CELEBRITY_BUNDLE_1' ) ) { define('FILM_CELEBRITY_BUNDLE_1',__('https://www.mishkatwp.com/themes/wordpress-theme-bundle/','film-celebrity')); } if ( class_exists("Kirki")){ /* Logo */ /* Logo Size limit Option End */ new \Kirki\Field\Slider( [ 'settings' => 'film_celebrity_logo_resizer_setting', 'label' => esc_html__( 'Logo Size Limit', 'film-celebrity' ), 'section' => 'title_tagline', 'default' => 70, 'choices' => [ 'min' => 10, 'max' => 300, 'step' => 10, ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_site_title_setting', 'label' => esc_html__( 'Site Title On / Off', 'film-celebrity' ), 'section' => 'title_tagline', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_tagline_setting', 'label' => esc_html__( 'Tagline On / Off', 'film-celebrity' ), 'section' => 'title_tagline', 'default' => 'off', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'title_tagline', ] ); /* Logo End */ /* Typography Section */ new \Kirki\Section( 'film_celebrity_theme_typography_section', [ 'title' => esc_html__( 'Theme Typography', 'film-celebrity' ), 'description' => esc_html__( 'Here you can customize Heading or other body text font settings', 'film-celebrity' ), 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'film_celebrity_all_headings_typography', 'section' => 'film_celebrity_theme_typography_section', 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( 'Heading Of All Sections', 'film-celebrity' ) . '</h3>', 'priority' => 10, ] ); Kirki::add_field( 'global', array( 'type' => 'typography', 'settings' => 'film_celebrity_all_headings_typography', 'label' => esc_html__( 'Heading Typography', 'film-celebrity' ), 'description' => esc_html__( 'Select the typography options for your heading.', 'film-celebrity' ), 'section' => 'film_celebrity_theme_typography_section', 'priority' => 10, 'default' => array( 'font-family' => '', 'variant' => '', ), 'output' => array( array( 'element' => array( 'h1','h2','h3','h4','h5','h6', ), ), ), ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'film_celebrity_body_content_typography', 'section' => 'film_celebrity_theme_typography_section', 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( 'Body Content', 'film-celebrity' ) . '</h3>', 'priority' => 10, ] ); Kirki::add_field( 'global', array( 'type' => 'typography', 'settings' => 'film_celebrity_body_content_typography', 'label' => esc_html__( 'Content Typography', 'film-celebrity' ), 'description' => esc_html__( 'Select the typography options for your content.', 'film-celebrity' ), 'section' => 'film_celebrity_theme_typography_section', 'priority' => 10, 'default' => array( 'font-family' => '', 'variant' => '', ), 'output' => array( array( 'element' => array( 'body', ), ), ), ) ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_theme_typography_section', ] ); /* End Typography */ /* Woocommerce Section */ new \Kirki\Section( 'film_celebrity_theme_product_sidebar', [ 'title' => esc_html__( 'Woocommerce Sidebars', 'film-celebrity' ), 'description' => esc_html__( 'Here you can change woocommerce sidebar', 'film-celebrity' ), 'panel' =>'woocommerce', 'priority' => 30, ] ); new \Kirki\Field\Select( [ 'settings' => 'film_celebrity_product_sidebar_position', 'label' => esc_html__( 'Sidebar Option', 'film-celebrity' ), 'section' => 'film_celebrity_theme_product_sidebar', 'default' => 'right', 'choices' => [ 'left' => esc_html__( 'Left Sidebar', 'film-celebrity' ), 'right' => esc_html__( 'Right Sidebar', 'film-celebrity' ), 'none' => esc_html__( 'No Sidebar', 'film-celebrity' ), ], ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_theme_product_sidebar', ] ); /* Woocommerce Section End */ /* Global Color Section */ new \Kirki\Section( 'film_celebrity_theme_color_section', [ 'title' => esc_html__( 'Theme Colors Option', 'film-celebrity' ), 'description' => esc_html__( 'Here you can change your theme color', 'film-celebrity' ), 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'color', 'settings' => 'film_celebrity_theme_color_1', 'label' => __( 'Select Your First Color', 'film-celebrity' ), 'section' => 'film_celebrity_theme_color_section', 'default' => '#f00a43', ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'color', 'settings' => 'film_celebrity_theme_color_2', 'label' => __( 'Select Your First Color', 'film-celebrity' ), 'section' => 'film_celebrity_theme_color_section', 'default' => '#b52872', ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'color', 'settings' => 'film_celebrity_theme_color_3', 'label' => __( 'Select Your First Color', 'film-celebrity' ), 'section' => 'film_celebrity_theme_color_section', 'default' => '#724ca7', ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'color', 'settings' => 'film_celebrity_theme_color_4', 'label' => __( 'Select Your First Color', 'film-celebrity' ), 'section' => 'film_celebrity_theme_color_section', 'default' => '#1c7beb', ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_theme_color_section', ] ); /* Global Color End */ /* Breadcrumb Section */ new \Kirki\Section( 'film_celebrity_breadcrumb_section', [ 'title' => esc_html__( 'Theme Breadcrumb Option', 'film-celebrity' ), 'description' => esc_html__( 'The breadcrumbs for your theme can be included here.', 'film-celebrity' ), 'priority' => 30, ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_breadcrumb_setting', 'label' => esc_html__( 'Enable Breadcrumbs Option', 'film-celebrity' ), 'section' => 'film_celebrity_breadcrumb_section', 'default' => true, 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'text', 'settings' => 'film_celebrity_breadcrumb_separator', 'label' => esc_html__( 'Breadcrumb Separator Setting', 'film-celebrity' ), 'section' => 'film_celebrity_breadcrumb_section', 'default' => ' → ', 'priority' => 10, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_breadcrumb_section', ] ); /* Breadcrumb section End */ //Home page Setting Panel new \Kirki\Panel( 'film_celebrity_home_page_section', [ 'priority' => 10, 'title' => esc_html__( 'Home Page Sections', 'film-celebrity' ), 'priority' => 20, ] ); /* Home Slider */ new \Kirki\Section( 'film_celebrity_home_slider_section', [ 'title' => esc_html__( 'Home Slider', 'film-celebrity' ), 'description' => esc_html__( 'Here you can add slider image, title and text.', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_slide_on_off', 'label' => esc_html__( 'Slider On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_home_slider_section', 'default' => 'off', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Number( [ 'settings' => 'film_celebrity_slide_count', 'label' => esc_html__( 'Slider Number Control', 'film-celebrity' ), 'section' => 'film_celebrity_home_slider_section', 'default' => '', 'choices' => [ 'min' => 0, 'max' => 3, 'step' => 1, ], ] ); $film_celebrity_slide_count = get_theme_mod('film_celebrity_slide_count'); for ($i=1; $i <= $film_celebrity_slide_count; $i++) { new \Kirki\Field\Image( [ 'settings' => 'film_celebrity_slider_image'.$i, 'label' => esc_html__( 'Slider Image 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_slider_section', 'default' => '', ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_slider_short_heading'.$i, 'label' => esc_html__( 'Short Heading 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_slider_section', ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_slider_heading'.$i, 'label' => esc_html__( 'Main Heading 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_slider_section', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_heading_link'.$i, 'label' => esc_html__( 'Heading Url 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_slider_section', 'default' => '', ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_slider_button1_text'.$i, 'label' => esc_html__( 'Button Text 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_slider_section', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_button1_link'.$i, 'label' => esc_html__( 'Button Link 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_slider_section', 'default' => '', ] ); } new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_facebook_link', 'label' => esc_html__( 'Facebook Link', 'film-celebrity' ), 'section' => 'film_celebrity_home_slider_section', 'default' => '', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_twitter_link', 'label' => esc_html__( 'Twitter Link', 'film-celebrity' ), 'section' => 'film_celebrity_home_slider_section', 'default' => '', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_youtube_link', 'label' => esc_html__( 'Youtube Link', 'film-celebrity' ), 'section' => 'film_celebrity_home_slider_section', 'default' => '', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_watsapp_link', 'label' => esc_html__( 'Watsapp Link', 'film-celebrity' ), 'section' => 'film_celebrity_home_slider_section', 'default' => '', ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_home_slider_section', ] ); /* Pro Categories */ new \Kirki\Section( 'film_celebrity_categories_section', [ 'title' => esc_html__( 'Categories Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_categories_section', 'description' => __( '<p>a. Add more Categories Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Categories Section</p>', 'film-celebrity' ), ] ); /* Pro Categories End */ /* Pro Weekly Schedule */ new \Kirki\Section( 'film_celebrity_shedule_section', [ 'title' => esc_html__( 'Weekly Schedule Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_shedule_section', 'description' => __( '<p>a. Add more Weekly Schedule Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Weekly Schedule Section</p>', 'film-celebrity' ), ] ); /* Pro Weekly Schedule End */ /* Pro Reserve */ new \Kirki\Section( 'film_celebrity_reserve_section', [ 'title' => esc_html__( 'Reserve Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_reserve_section', 'description' => __( '<p>a. Add more Reserve Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Reserve Section</p>', 'film-celebrity' ), ] ); /* Pro Reserve End */ /* Home Industry Heroes */ new \Kirki\Section( 'film_celebrity_home_industry_heroes_section', [ 'title' => esc_html__( 'Home Industry Heroes', 'film-celebrity' ), 'description' => esc_html__( 'Here you can add industry heroes related text to display heroes.', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_industry_heroes_on_off', 'label' => esc_html__( 'Industry Heroes On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_home_industry_heroes_section', 'default' => 'off', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_industry_heroes_main_heading', 'label' => esc_html__( 'Main Heading', 'film-celebrity' ), 'section' => 'film_celebrity_home_industry_heroes_section', ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_industry_heroes_short_heading', 'label' => esc_html__( 'Short Heading', 'film-celebrity' ), 'section' => 'film_celebrity_home_industry_heroes_section', ] ); new \Kirki\Field\Number( [ 'settings' => 'film_celebrity_industry_heroes_count', 'label' => esc_html__( 'Heroes Number Control', 'film-celebrity' ), 'section' => 'film_celebrity_home_industry_heroes_section', 'default' => '', 'choices' => [ 'min' => 0, 'max' => 8, 'step' => 1, ], ] ); $film_celebrity_industry_heroes_count = get_theme_mod('film_celebrity_industry_heroes_count'); for ($i=1; $i <= $film_celebrity_industry_heroes_count; $i++) { new \Kirki\Field\Image( [ 'settings' => 'film_celebrity_industry_heroes_image'.$i, 'label' => esc_html__( 'Heroes Image 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_industry_heroes_section', 'default' => '', ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_industry_heroes_name'.$i, 'label' => esc_html__( 'Heroes Name 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_industry_heroes_section', ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_industry_heroes_designation'.$i, 'label' => esc_html__( 'Heroes Designation 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_industry_heroes_section', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_facebook_link'.$i, 'label' => esc_html__( 'Facebook Link 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_industry_heroes_section', 'default' => '', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_twitter_link'.$i, 'label' => esc_html__( 'Twitter Link 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_industry_heroes_section', 'default' => '', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_youtube_link'.$i, 'label' => esc_html__( 'Youtube Link 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_industry_heroes_section', 'default' => '', ] ); new \Kirki\Field\URL( [ 'settings' => 'film_celebrity_slider_watsapp_link'.$i, 'label' => esc_html__( 'Watsapp Link 0', 'film-celebrity' ).$i, 'section' => 'film_celebrity_home_industry_heroes_section', 'default' => '', ] ); } Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_home_industry_heroes_section', ] ); /* Pro Our Broadcasts */ new \Kirki\Section( 'film_celebrity_brodcast_section', [ 'title' => esc_html__( 'Our Broadcasts Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_brodcast_section', 'description' => __( '<p>a. Add more Our Broadcasts Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Our Broadcasts Section</p>', 'film-celebrity' ), ] ); /* Pro Our Broadcasts End */ /* Pro Our Latest Releases */ new \Kirki\Section( 'film_celebrity_release_section', [ 'title' => esc_html__( 'Our Latest Releases Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_release_section', 'description' => __( '<p>a. Add more Our Latest Releases Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Our Latest Releases Section</p>', 'film-celebrity' ), ] ); /* Pro Our Latest Releases End */ /* Pro Next Event */ new \Kirki\Section( 'film_celebrity_event_section', [ 'title' => esc_html__( 'Next Event Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_event_section', 'description' => __( '<p>a. Add more Next Event Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Next Event Section</p>', 'film-celebrity' ), ] ); /* Pro Next Event End */ /* Pro Stay Updated */ new \Kirki\Section( 'film_celebrity_update_section', [ 'title' => esc_html__( 'Stay Updated Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_update_section', 'description' => __( '<p>a. Add more Stay Updated Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Stay Updated Section</p>', 'film-celebrity' ), ] ); /* Pro Stay Updated End */ /* Pro Stay Updated */ new \Kirki\Section( 'film_celebrity_update_section', [ 'title' => esc_html__( 'Newsletters Section', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Details for the Premium Theme', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_update_section', 'description' => __( '<p>a. Add more Stay Updated Effortlessly </p><p>b. Easily change the color of specific text elements </p><p>c. Buy Our Premium Theme For Stay Updated Section</p>', 'film-celebrity' ), ] ); /* Pro Stay Updated End */ /* Footer */ new \Kirki\Section( 'film_celebrity_footer_section', [ 'title' => esc_html__( 'Footer', 'film-celebrity' ), 'panel' => 'film_celebrity_home_page_section', 'priority' => 30, ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_footer_widgets_on_off', 'label' => esc_html__( 'Footer Widgets On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_footer_section', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_copyright_on_off', 'label' => esc_html__( 'Footer Copyright On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_footer_section', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_copyright_content_text', 'label' => esc_html__( 'Copyright Text', 'film-celebrity' ), 'section' => 'film_celebrity_footer_section', ] ); new \Kirki\Field\Select( [ 'settings' => 'film_celebrity_copyright_alignment', 'label' => esc_html__( 'Copyright Text Alignment', 'film-celebrity' ), 'section' => 'film_celebrity_footer_section', 'default' => 'Center', 'choices' => [ 'Left' => esc_html__( 'Left Align', 'film-celebrity' ), 'Center' => esc_html__( 'Center Align', 'film-celebrity' ), 'Right' => esc_html__( 'Right Align', 'film-celebrity' ), ], ] ); new \Kirki\Field\Image( [ 'settings' => 'film_celebrity_footer_background_image', 'label' => esc_html__( 'Select Your Appropriate Image for footer background', 'film-celebrity' ), 'section' => 'film_celebrity_footer_section', 'default' => '', ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'color', 'settings' => 'film_celebrity_footer_background_color', 'label' => __( 'Select Your Appropriate Color for footer background', 'film-celebrity' ), 'section' => 'film_celebrity_footer_section', 'default' => '#333233', ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_footer_section', ] ); /* Single Post Options */ new \Kirki\Section( 'film_celebrity_single_post_options', [ 'title' => esc_html__( 'Single Post Options', 'film-celebrity' ), 'priority' => 30, ] ); /* Single Post Content Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_single_post_content_on_off', 'label' => esc_html__( 'Single Post Content On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_single_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Single Post Meta Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_single_meta_on_off', 'label' => esc_html__( 'Single Post Meta On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_single_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Single Post Feature Image Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_single_post_image_on_off', 'label' => esc_html__( 'Single Post Feature Image On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_single_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Single Post Pagination Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_single_post_pagination_on_off', 'label' => esc_html__( 'Single Post Pagination On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_single_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_single_post_options', ] ); /* Page Options */ new \Kirki\Section( 'film_celebrity_single_page_options', [ 'title' => esc_html__( 'Page Sidebar Options', 'film-celebrity' ), 'priority' => 30, ] ); new \Kirki\Field\Radio( [ 'settings' => 'film_celebrity_single_page_sidebar_option', 'label' => esc_html__( 'Page Sidebar Settings', 'film-celebrity' ), 'section' => 'film_celebrity_single_page_options', 'default' => 'right', 'priority' => 10, 'choices' => [ 'right' => esc_html__( 'Page With Right Sidebar', 'film-celebrity' ), 'left' => esc_html__( 'Page With Left Sidebar', 'film-celebrity' ), 'none' => esc_html__( 'Page With No Sidebar', 'film-celebrity' ), ], ] ); /* Page Options End*/ /* Post Options */ new \Kirki\Section( 'film_celebrity_post_options', [ 'title' => esc_html__( 'Post Options', 'film-celebrity' ), 'priority' => 30, ] ); /* Post Image Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_post_image_on_off', 'label' => esc_html__( 'Post Image On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Post Heading Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_post_heading_on_off', 'label' => esc_html__( 'Post Heading On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Post Content Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_post_content_on_off', 'label' => esc_html__( 'Post Content On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Post Date Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_post_date_on_off', 'label' => esc_html__( 'Post Date On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Post Comments Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_post_comment_on_off', 'label' => esc_html__( 'Post Comments On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Post Author Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_post_author_on_off', 'label' => esc_html__( 'Post Author On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Post Categories Option End */ new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_post_categories_on_off', 'label' => esc_html__( 'Post Categories On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); /* Post limit Option End */ new \Kirki\Field\Slider( [ 'settings' => 'film_celebrity_post_content_limit', 'label' => esc_html__( 'Post Content Limit', 'film-celebrity' ), 'section' => 'film_celebrity_post_options', 'default' => 15, 'choices' => [ 'min' => 0, 'max' => 50, 'step' => 1, ], ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_post_options', ] ); /* Post Options End */ /* Post Options */ new \Kirki\Section( 'film_celebrity_post_layouts_section', [ 'title' => esc_html__( 'Post Layout Options', 'film-celebrity' ), 'priority' => 30, ] ); new \Kirki\Field\Radio_Image( [ 'settings' => 'film_celebrity_post_layout', 'label' => esc_html__( 'Blog Layout', 'film-celebrity' ), 'section' => 'film_celebrity_post_layouts_section', 'default' => 'two_column_right', 'priority' => 10, 'choices' => [ 'one_column' => get_template_directory_uri().'/images/1column.png', 'two_column_right' => get_template_directory_uri().'/images/right-sidebar.png', 'two_column_left' => get_template_directory_uri().'/images/left-sidebar.png', 'three_column' => get_template_directory_uri().'/images/3column.png', 'four_column' => get_template_directory_uri().'/images/4column.png', 'grid_post' => get_template_directory_uri().'/images/grid.png', ], ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_post_layouts_section', ] ); /* Post Options End */ /* 404 Page */ new \Kirki\Section( 'film_celebrity_404_page_section', [ 'title' => esc_html__( '404 Page', 'film-celebrity' ), 'description' => esc_html__( 'Here you can add 404 Page information.', 'film-celebrity' ), 'priority' => 30, ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_404_page_heading', 'label' => esc_html__( 'Add Heading', 'film-celebrity' ), 'section' => 'film_celebrity_404_page_section', 'default' => esc_html__( '404', 'film-celebrity' ), 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_404_page_content', 'label' => esc_html__( 'Add Content', 'film-celebrity' ), 'section' => 'film_celebrity_404_page_section', 'default' => esc_html__( 'Ops! Something happened...', 'film-celebrity' ), 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'film_celebrity_404_page_button', 'label' => esc_html__( 'Add Button', 'film-celebrity' ), 'section' => 'film_celebrity_404_page_section', 'default' => esc_html__( 'Home', 'film-celebrity' ), 'priority' => 10, ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_404_page_section', ] ); /* 404 Page End */ /* Responsive Options */ new \Kirki\Section( 'film_celebrity_responsive_options_section', [ 'title' => esc_html__( 'Responsive Options', 'film-celebrity' ), 'priority' => 10, ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_responsive_preloader_setting', 'label' => esc_html__( 'Preloader On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_responsive_options_section', 'default' => 'off', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_responsive_scroll_to_top_setting', 'label' => esc_html__( 'Scroll To Top On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_responsive_options_section', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'section' => 'film_celebrity_responsive_options_section', ] ); /* Responsive End */ /* General Options */ new \Kirki\Section( 'film_celebrity_general_options_section', [ 'title' => esc_html__( 'General Options', 'film-celebrity' ), 'priority' => 10, ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_sticky_header_setting', 'label' => esc_html__( 'Show Hide Sticky Header', 'film-celebrity' ), 'section' => 'film_celebrity_general_options_section', 'default' => 'off', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_preloader_setting', 'label' => esc_html__( 'Preloader On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_general_options_section', 'default' => 'off', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Checkbox_Switch( [ 'settings' => 'film_celebrity_scroll_to_top_setting', 'label' => esc_html__( 'Scroll To Top On / Off', 'film-celebrity' ), 'section' => 'film_celebrity_general_options_section', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'film-celebrity' ), 'off' => esc_html__( 'Disable', 'film-celebrity' ), ], ] ); new \Kirki\Field\Select( [ 'settings' => 'film_celebrity_scroll_to_top_type', 'label' => esc_html__( 'Scroll To Top Type', 'film-celebrity' ), 'section' => 'film_celebrity_general_options_section', 'default' => 'advance-scroll', 'placeholder' => esc_html__( 'Choose an option', 'film-celebrity' ), 'choices' => [ 'advance-scroll' => __('Type 1','film-celebrity'), 'simple-scroll' => __('Type 2','film-celebrity'), ], ] ); new \Kirki\Field\Select( [ 'settings' => 'film_celebrity_scroll_top_alignment', 'label' => esc_html__( 'Scroll Top Alignment', 'film-celebrity' ), 'section' => 'film_celebrity_general_options_section', 'default' => 'Right', 'choices' => [ 'Left' => esc_html__( 'Left Align', 'film-celebrity' ), 'Center' => esc_html__( 'Center Align', 'film-celebrity' ), 'Right' => esc_html__( 'Right Align', 'film-celebrity' ), ], ] ); Kirki::add_field( 'theme_config_id', [ 'type' => 'slider', 'settings' => 'film_celebrity_container_width', 'label' => esc_html__( 'Theme Container Width', 'film-celebrity' ), 'section' => 'film_celebrity_general_options_section', 'default' => 100, 'choices' => [ 'min' => 50, 'max' => 100, 'step' => 1, ], ] ); Kirki::add_field( 'theme_config_id', [ 'label' => esc_html__( 'Buy Our Premium Theme For More Feature', 'film-celebrity' ), 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUY_NOW_1 ) . '">' . __( 'Buy Pro', 'film-celebrity' ) . '</a>' . '<a class="premium_info_btn bundle" target="_blank" href="' . esc_url( FILM_CELEBRITY_BUNDLE_1 ) . '">' . __( 'Buy All Themes In Single Package', 'film-celebrity' ) . '</a>', 'type' => 'custom', 'priority' => 100, 'section' => 'film_celebrity_general_options_section', ] ); /* General Options End */ }