USE_PREVIEW_LINK_FOR_POST_TYPE
USE_PREVIEW_LINK_FOR_POST_TYPE =array('seedprod')
In some cases, custom post types are used in "Draft"-always state or private, so let's use the preview URL (`?preview=true`) instead of the permalink URL.
Automatically detect changes to pages and posts, or CPT's and scan them again.
SKIP_POST_TYPE =array()
In some cases it does not make sense to scan viewable post types as they act e.g. as "template" posts which are reused in publicly available posts and pages.
E.g. elementor_library
still needs to be scanned as the post type is resused in Elementor pages and
they do not get automatically scanned. In a perfect world, when elementor_library
got changed, it needs
to add all URLs of the posts which uses it.
__construct(\DevOwl\RealCookieBanner\scanner\Scanner $scanner)
C'tor.
\DevOwl\RealCookieBanner\scanner\Scanner | $scanner |