array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'Aasta_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 5, 'label' => esc_html__( 'Footer Copyright Enable/Disable', 'aasta' ), 'section' => 'aasta_footer_copyright', ), ), ); } } new Aasta_Customize_Footer_Copyright_Option(); endif;