Plugin Author
Allen
(@amweiss98)
if you go into the uninstall.php file you’ll see all the database tables the plugin uses.
Plugin Author
Allen
(@amweiss98)
you saw this on another thread, but here it is again…also go into the uninstall.php file and you can see everything the plugin touches in the database
(‘rss_import_items’)
(‘rss_import_options’)
(‘rss_import_categories’)
(‘rss_template_item’)
(‘rss_admin_options’)
(‘rss_feed_options’)
(‘rss_post_options’)
(‘rss_import_categories_images’)
So all the database calls are there?
(btw you’re very responsive and that is good)
thanks for the information.