esc_html__( 'Footer', 'bradbury' ), 'priority' => 5000, 'options' => array( 'footer-text' => array( 'setting' => array( 'sanitize_callback' => 'academia_sanitize_text', ), 'control' => array( 'label' => esc_html__( 'Copyright Text', 'bradbury' ), 'type' => 'text', ), ), ), ); return array_merge( $sections, $footer_sections ); } add_filter( 'academia_customizer_sections', 'academia_customizer_define_footer_sections' );