Footer * * @package Aryx */ /** * Footer Panel Declaration * */ Kirki::add_panel( 'aryx_p_footer', array( 'priority' => 70, 'title' => esc_html__( 'Footer', 'aryx' ), ) ); /* * Footer Section * * Customizer > Footer > Footer Settings * */ /* Footer Settings Section Declaration */ Kirki::add_section( 'aryx_s_footer_settings_p_footer', array( 'title' => esc_html__( 'Footer Settings', 'aryx' ), 'panel' => 'aryx_p_footer', 'priority' => 20, ) ); /* Footer Settings Section Fields */ require_once get_template_directory() . '/inc/customizer/panels/footer/footer-settings/footer-settings.php';