| @@ -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 } ?> |