esc_html__( 'Footer Options', 'agencino' ), 'panel' => 'agencino_theme_options_panel', 'priority' => 160, ] ); new \Kirki\Field\TextArea( [ 'settings' => 'agencino_site_description', 'label' => esc_html__( 'Footer Description', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_footer_widget_2_title', 'label' => esc_html__( 'Widget 2 Title', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_footer_widget_3_title', 'label' => esc_html__( 'Widget 3 Title', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_footer_widget_4_title', 'label' => esc_html__( 'Widget 4 Title', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_footer_widget5_title', 'label' => esc_html__( 'Widget 5 Title', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\TextArea( [ 'settings' => 'agencino_footer_widget5_address', 'label' => esc_html__( 'Company Location', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_footer_email', 'label' => esc_html__( 'Email Address', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\Text( [ 'settings' => 'agencino_footer_phone', 'label' => esc_html__( 'Phone Number', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] ); new \Kirki\Field\Editor( [ 'settings' => 'agencino_copyright_text', 'label' => esc_html__( 'Copyright Text', 'agencino' ), 'section' => 'agencino_footer_options', 'priority' => 10, ] );