[Plugin: Extra User Details] Settings do not update and deprecation
-
Just testing to see if it integrates with mine (amr-users) as I have many users who are looking for a decent extra user fields plugin.
Settings do not update in 3.3.1 and there are some deprecation notices.
Update line 23 from
add_submenu_page( 'users.php', 'Extra User Details Options', 'Extra User Details', 8, 'extra_user_details', 'eud_plugin_options' );
to
add_submenu_page( 'users.php', 'Extra User Details Options', 'Extra User Details', 'manage_options', 'extra_user_details', 'eud_plugin_options'
Also
add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Extra User Details] Settings do not update and deprecation’ is closed to new replies.