• anmari

    (@anmari)


    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

    http://wordpress.org/extend/plugins/extra-user-details/

Viewing 1 replies (of 1 total)
  • Plugin Author Vadym

    (@vadimk)

    Hi, add_submenu_page is already fixed as of 0.3.1.

    add_contextual_help is still there due to old versions support.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Extra User Details] Settings do not update and deprecation’ is closed to new replies.