PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.1.16
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.1.16
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
← All changes | admin/tabs/cache-management.php +3 -1 4.0.284.1.16 View file →
@@ -12,9 +12,11 @@
12 12 $post_type_names = get_post_types(array(
13 13 'public' => true,
14 14 // 'exclude_from_search' => false,
15 15 ), 'names');
16 +
16 17 unset($post_type_names['attachment']);
18 +unset($post_type_names['e-floating-buttons']);
17 19
18 20 $taxonomy_names = get_taxonomies([
19 21 'public' => true,
20 22 'publicly_queryable' => true,
@@ -77,9 +79,9 @@
77 79 </div> -->
78 80 <div class="berq-info-box">
79 81 <h3 class="berq-box-title"><?php esc_html_e('Page Exclusions', 'searchpro'); ?></h3>
80 82 <div class="berq-box-content">
81 - <p><?php esc_html_e('Exclude pages from caching. Enter one page URL per line. You can use a wildcard by adding *. For example: https://yoursite.com/campaign/*', 'searchpro'); ?>
83 + <p><?php esc_html_e('Exclude pages from cache. Enter one page URL per line. You can use a wildcard by adding *. For example: https://yoursite.com/campaign/*', 'searchpro'); ?>
82 84
83 85 <?php if (bwp_show_docs()) { ?>
84 86 <a href="https://berqwp.com/help-center/exclude-pages-from-being-cached/" target="_blank"><?php esc_html_e('Learn more', 'searchpro'); ?></a>
85 87 <?php } ?>