• I have a couple questions on plugin development. If this is not the right place to post this then please move it to the correct place or correct me and I will move it!

    Q1: I have developed my first plugin and I would like feedback from a beta test group before submitting to the wordpress repository. Is there a system in place for beta testing?

    Q2: Is there a hook when deleting a plugin so I can delete the options from the database? Is it correct etiquette to delete the options or leave them in there?

    Tim :o]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Thread Starter Tim Berneman

    (@tberneman)

    Ipstenu:

    How would you go about beta testing then? Can I ask for testers in this forum or is that a no-no? Otherwise I suppose I could try twitter, facebook, etc.

    I read the info at the link which gave me the info on the WP-DBManager plugin and I ended up writing to Lester Chan who developed the plugin. I’m waiting for his response.

    Thanks for your input!

    Tim :o]

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You can ask in the forums. I usually ask the devs I’ve made friends with, post on Twitter, or just find people I remember being interested in something.

    Lester’s ‘retired’ from active support, so it may be a while. The reason I suggested the link is that it’s a great example of how a GOOD uninstall off the DB is done. You can download his code, see how he did it, and take the basics. After all, it’s GPL ??

    Thread Starter Tim Berneman

    (@tberneman)

    Duh, why didn’t I think of that! I will reverse engineer his widget to see how it’s done. I agree that we should completely delete all traces when they delete the plugin.

    Thanks again for your help!

    Tim :o]

    Thread Starter Tim Berneman

    (@tberneman)

    Well, his plugin doesn’t work the way I think it should. You can delete the plugin from the Plugins page but it seems to just delete the entry in the database leaving the plugin files. You have to “uninstall” from his admin menu on the left for it to actually remove the options and the files.

    Since all other plugins seem to leave their data in the wp_options table I’m going to do the same, unless I figure out how to hook into the delete widget process or Team WordPress gives us a hook to do clean-up when deleting a plugin. I’m going to search the forums and suggest that if it hasn’t been requested yet.

    Thanks for all your help.

    Tim :o]

    PS: I’m going to leave email notify on in case someone has figured this out and posts on this topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin Etiquette, Development, Clean up, and Testing’ is closed to new replies.