Checkbox conflict in my custom plugin admin page

you are registering two separate settings groups for setting fields & the problem might be here. function set_options() { register_setting( ‘checkbox-1-settings’, ‘my_checkbox_1_name’ ); register_setting( ‘checkbox-2-settings’, ‘my_checkbox_2_name’ ); } so use only one settings group for both fields to see if it works. function set_options() { register_setting( ‘checkbox-settings’, ‘my_checkbox_1_name’ ); register_setting( ‘checkbox-settings’, ‘my_checkbox_2_name’ ); } Update … Read more

contact form ajax empty response error message

jQuery AJAX will trigger an error event not only when it receives an HTTP status code indicating a problem with the request, but also if jQuery fails to parse the response body. Since you’re using die() without sending any response body, it’s likely that jQuery is choking on the “empty” response. Using wp_send_json_success() instead of … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)