• Resolved Ov3rfly

    (@ov3rfly)


    Plugin version 1.10.6.5, file importer.php, line 502

    ...<?php echo get_admin_url() . '/users.php'; ?>... creates a wrong path to users page like example.com/wp-admin//users.php with two slashes.

    Suggested fix: ...<?php echo get_admin_url( null, 'users.php' ); ?>...

    Thanks for the great plugin.

    One more suggestion, please add the documentation to ww.wp.xz.cn plugin page, not only inside of already installed plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @ov3rfly,

    Thanks to you for your suggested fix (I have just included it) and for your recommendation. I have just added the “Documentation” to the FAQ label.

    Please give us a good review and/or donate to make us easier to continue with our develop and support.

Viewing 1 replies (of 1 total)

The topic ‘Wrong path to users page after import’ is closed to new replies.