| @@ -48,8 +48,9 @@ | ||
| 48 | 48 | <button type="button" class="button button-secondary" id="metasync-purge-minification-cache"> |
| 49 | 49 | <span class="dashicons dashicons-trash" style="margin-top: 4px;"></span> |
| 50 | 50 | <?php esc_html_e('Purge Minification Cache', 'metasync'); ?> |
| 51 | 51 | </button> |
| 52 | + <?php Metasync::render_tooltip_icon('code_min_purge_cache', 'Clears the minified CSS/JS cache so the next page load rebuilds it fresh. Safe to run anytime — it doesn\'t delete your settings.'); ?> | |
| 52 | 53 | <span class="metasync-cache-purge-status" id="cache-purge-status"></span> |
| 53 | 54 | </div> |
| 54 | 55 | |
| 55 | 56 | <p class="metasync-field-description" style="margin-top: 12px;"> |