array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'ArileWP_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 5, 'label' => esc_html__( 'Footer Copyright Enable/Disable', 'arilewp' ), 'section' => 'arilewp_footer_copyright', ), ), ); } } new ArileWP_Customize_Footer_Copyright_Option(); endif;