OK, I solved the problem.
There is an error in the creation of the menu.
I made a workaround in the meanwhile the author will fix the error accorgind his preferences.
You must go in the file wp-user-defaults.php
of the plugin under the folder \wp-content\plugins\wp-user-defaults
of your WordPress installation.
In the file there is a function named
wp_user_defaults_add_pages()
in this function there is this row
add_submenu_page('users.php','Default Settings','Default Settings','administrator','wp-user-defaults','wp_user_defaults_menu');
You MUST change the last parameter
wp_user_defaults_menu
with
wp_user_defaults_options
That’s all. Save the file then log in the administration backend and search for in the Users menu the link now working correctly.
There is a reason for this malfunctioning and in this workaround some useless code remain. It is so because it is not my duty to rewrite the plugin.
Adriano Esposito
[email protected]