apply_filters( 'woocommerce_helper_suppress_admin_notices' )
Check if plugins have WC headers, if not then clear cache and fetch again.
Description Description
WC Headers will not be present if wc_enable_wc_plugin_headers
hook was added after a get_plugins
call — for example when WC is activated/updated. Also, get_plugins call is expensive so we should clear this cache very conservatively.
Source Source
File: includes/admin/helper/class-wc-helper.php