• Resolved white1229

    (@white1229)


    Hello.
    The ‘Link Enabled’ feature has been enabled but does not work.
    How do I add a delete link to the profile page?
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cmc3215

    (@cmc3215)

    Hello white1229,

    Thank you for your question. The most likely cause is you are either viewing the page as an Administrator (cannot delete themselves with Delete Me) or the role of the user you are testing with has not been given permission to delete themselves.

    Try this…

    Go to the Settings -> Delete Me subpanel, check the WordPress roles you want to allow to delete themselves using Delete Me, and click Save Changes.

    Kind regards,
    Clint

    Thread Starter white1229

    (@white1229)

    Hello.
    Thank you for your kind answer.

    I tried it the way I told you.
    Please refer to the capture url below.
    https://prntscr.com/mtue9m
    https://prntscr.com/mtueeq
    https://prntscr.com/mtuei8
    https://prntscr.com/mtuiif

    However, the button is not visible.
    Disabling other plug-ins has not resolved the problem.
    What should I do?
    Thank you.

    • This reply was modified 5 years, 9 months ago by white1229.
    Plugin Author cmc3215

    (@cmc3215)

    OK, the link is not showing up because your custom themed profile page (https://prnt.sc/mtuiif) must not be calling the built-in WordPress action that Delete Me relies on.

    You can still use Delete Me, but you would need to place the Delete Me Shortcode into the PHP source code of that theme page for it work.

    This is touched on in Delete Me’s installation instructions as shown below…
    Theme File – To call the Shortcode in one of your .php Theme files, use <?php echo do_shortcode( '[plugin_delete_me /]' ); ?>.

    Thread Starter white1229

    (@white1229)

    Hello.
    Everything’s working.
    Thank you very much for your kind reply.
    Thank you.

    • This reply was modified 5 years, 9 months ago by white1229.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I add a delete link to the profile page?’ is closed to new replies.