📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 07:18:56
📂
/ (Root)
/
usr
/
local
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
plugin-updates
/
views
📍 /usr/local/sitepad/editor/site-data/plugins/kkart-pro/includes/admin/plugin-updates/views
🔄 Refresh
✏️
Editing: html-notice-untested-extensions-inline.php
Read Only
<?php /** * Admin View: Notice - Untested extensions. * * @package Kkart\Admin */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="kkart_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', 'kkart' ); ?></th> <th><?php esc_html_e( 'Tested up to Kkart version', 'kkart' ); ?></th> </tr> </thead> <tbody> <?php foreach ( $plugins as $plugin ) : ?> <tr> <td><?php echo esc_html( $plugin['Name'] ); ?></td> <td><?php echo esc_html( $plugin['KKART tested up to'] ); ?></td> </tr> <?php endforeach ?> </tbody> </table> </div>
💾 Save Changes
❌ Cancel