Compatibility with Other Plugins
-
Hello there!
Great plugin btw. Just a very simple request. Can you please modify your code where it creates an instance of the plugin class from:
new Post_Type_Switcher();
to
$post_type_switcher = new Post_Type_Switcher();
This is to allow me to use remove_action to the actions added inside your Post_Type_Switcher class. Currently Post type switcher messes up with plugins that are using private custom posts. I would like to remove the post type switcher form inside my plugin as it doesn’t make sense to switch it to another custom post type anyways. Plus it messes with the data upon save. Hope that makes sense.
Regards
Nico
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Compatibility with Other Plugins’ is closed to new replies.