In the deactivation hook, I am removing options and pages using my shortcodes when my plugin is deactivated. Do I have to worry about calling remove_action and remove_filter in the deactivation function?
If not, why not?
Its a bit of a challenge, since I use an object reference.