• Hi there!
    I just figured out that on the latest version of the plugin is a dialog display bug which doesn’t correspond with wpmem_msg_dialog_arr hook.

    In file inc/dialogs.php in line 145 is variable $msg and should be $args['msg']. After that I can overwrite strings with hook.

    https://ww.wp.xz.cn/plugins/wp-members/

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    You are correct. Somehow that element got missed when the function was updated to remove the extract() function.

    It will be corrected in the next release.

Viewing 1 replies (of 1 total)

The topic ‘Wrong variable in dialog display function’ is closed to new replies.