esc_html__( 'Header Options', 'agencino' ), 'panel' => 'agencino_theme_options_panel', 'priority' => 160, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_header_phone', 'label' => esc_html__( 'Phone Number', 'agencino' ), 'section' => 'agencino_header_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_header_email', 'label' => esc_html__( 'Email Address', 'agencino' ), 'section' => 'agencino_header_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_social_fb', 'label' => esc_html__( 'Facebook Link', 'agencino' ), 'section' => 'agencino_header_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_social_linkedin', 'label' => esc_html__( 'LinkedIn Link', 'agencino' ), 'section' => 'agencino_header_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_social_twitter', 'label' => esc_html__( 'Twitter Link', 'agencino' ), 'section' => 'agencino_header_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_header_btn_text', 'label' => esc_html__( 'Header Button Text', 'agencino' ), 'section' => 'agencino_header_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_header_btn_url', 'label' => esc_html__( 'Header Button URL', 'agencino' ), 'section' => 'agencino_header_options', 'priority' => 10, ] );