'', 'checked-no' => '', ); $checkbox_val = esc_attr( get_option( 'ihs_otp_mobile_input_required' ) ); if ( 'Yes' === $checkbox_val ) { $checked_array['checked-yes'] = 'checked'; } else if ( 'No' === $checkbox_val ) { $checked_array['checked-no'] = 'checked'; } return $checked_array; } } if ( ! function_exists( 'ihs_otp_plugin_settings_page' ) ) { /** * Settings Page for Abl Plugin. */ function ihs_otp_plugin_settings_page() { ?>