🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:56:31 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
test1.therahuldas.com
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
views
📍 /home/therahul/test1.therahuldas.com/wp-content/plugins/woocommerce/includes/admin/views
🔄 Refresh
✏️
Editing: html-notice-regenerating-thumbnails.php
Writable
<?php /** * Admin View: Notice - Regenerating thumbnails. */ defined( 'ABSPATH' ) || exit; ?> <div id="message" class="updated woocommerce-message"> <a class="woocommerce-message-close notice-dismiss" href="<?php echo esc_url( wp_nonce_url( add_query_arg( 'wc-hide-notice', 'regenerating_thumbnails' ), 'woocommerce_hide_notices_nonce', '_wc_notice_nonce' ) ); ?>"><?php _e( 'Cancel thumbnail regeneration', 'woocommerce' ); ?></a> <p><?php esc_html_e( 'Thumbnail regeneration is running in the background. Depending on the amount of images in your store this may take a while.', 'woocommerce' ); ?></p> </div>
💾 Save Changes
❌ Cancel