• nicmare

    (@nicmare)


    the plugin does what it says but i would love to see two improvements:
    1. a real confirmation page instead of a javascript alert
    2. a hook to fire a function. because i have user entries in other plugin tables which need to be deleted to. i then could insert a custom function when user wants to delete himself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nicmare

    (@nicmare)

    sorry. second problem solved. i found a hook:
    add_action( ‘delete_user’, ‘delete_frm_entry_user’ )

    Plugin Author cmc3215

    (@cmc3215)

    The Your Profile delete link now leads to a customizable confirmation page. The Shortcode delete link can now have the Javascript alert disabled making it easier to setup a custom confirmation page for those using custom profile page setups.

    This is something I’d been considering off and on, but when I saw your post I decided to go ahead with it.

    Thread Starter nicmare

    (@nicmare)

    what really? wow! i will give it a try. thanks man!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hook for custom delete rules?’ is closed to new replies.