Changed the radio buttons on the options page to use the WordPress checked() function

This commit is contained in:
2026-07-21 20:14:56 +02:00
parent 5193324625
commit d1db4ebbed
2 changed files with 17 additions and 110 deletions
+1
View File
@@ -85,6 +85,7 @@ Is this plugin prepared for multisites? Yes.
* Deleted the setting of unnecessary variables under wp_jdt_activate_plugin() and made all the if statements strict.
* Changed the user role for the options page from 'administrator' to 'manage_options'.
* Added a check for the options page to only load if the user has sufficient rights.
* Changed the radio buttons on the options page to use the WordPress checked() function.
= 4.1.0 =
* Compatibility with WordPress version 6.7.1