elementor / wp2static

WordPress static site generator for security, performance and cost benefits
https://wp2static.com
The Unlicense
1.43k stars 270 forks source link

Crawling does nothing after crawling addon is uninstalled #830

Open john-shaffer opened 3 years ago

john-shaffer commented 3 years ago

Steps to reproduce:

  1. Have Advanced Crawling Addon installed and activated
  2. Uninstall the addon from WordPress
  3. Attempt to crawl the site

Result: WP2Static runs without errors, but nothing is crawled.

leonstafford commented 3 years ago

Nice catch!

john-shaffer commented 3 years ago

How do you feel about adding a wp2static_addon_active filter? Then if an addon was deactivated or uninstalled, we can automagically treat it as unenabled.

leonstafford commented 3 years ago

@john-shaffer sorry, missed the comment - sounds OK to me