📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 00:21:20
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
plugin-updates
/
views
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views
🔄 Refresh
✏️
Editing: html-notice-untested-extensions-inline.php
Writable
<?php /** * Admin View: Notice - Untested extensions. * * @package WooCommerce\Admin */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wc_plugin_upgrade_notice extensions_warning <?php echo esc_attr( $upgrade_type ); ?>"> <p><?php echo wp_kses_post( $message ); ?></p> <table class="plugin-details-table" cellspacing="0"> <thead> <tr> <th><?php esc_html_e( 'Plugin', 'woocommerce' ); ?></th> <th><?php esc_html_e( 'Tested up to WooCommerce version', 'woocommerce' ); ?></th> </tr> </thead> <tbody> <?php foreach ( $plugins as $plugin ) : ?> <tr> <td><?php echo esc_html( $plugin['Name'] ); ?></td> <td><?php echo esc_html( $plugin['WC tested up to'] ); ?></td> </tr> <?php endforeach ?> </tbody> </table> </div>
💾 Save Changes
❌ Cancel