• i am newbie in wordpress… i have created my plugin… now i am creating uninstall.php file for uninstall my plugin…

    this is my code of uninstall.php

    if(!defined('WP_UNINSTALL_PLUGIN'))
        exit ();
    
      *** here i am droping my table and options...

    i don’t know how to call uninstall.php? from where to call? from where i can uninstall my plugin…

    i know register_uninstall_hook() but when it get triggered?

    Thanks in advance

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘how to call uninstall.php’ is closed to new replies.