File ManagerCurrent Directory: wp-content/plugins/wpforms/pro/templates/admin/plugins-listLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: update-notice.php <?php /** * Admin > Plugins list for Pro. * Template of the update plugin notice. * * @since 1.8.6 * * @var string $plugin_slug Plugin slug. * @var string $plugin_path Plugin file path. * @var int $columns_count Columns count. * @var string $update_notice Notice text markup. */ if ( ! defined( 'ABSPATH' ) ) { exit; } $kses_args = [ 'a' => [ 'href' => [], 'target' => [], 'aria-label' => [], 'rel' => [], 'class' => [], ], 'br' => [], 'span' => [ 'class' => [], ], ] ?> <tr class="plugin-update-tr active" id="<?php echo esc_attr( $plugin_slug ); ?>-update" data-slug="<?php echo esc_attr( $plugin_slug ); ?>" data-plugin="<?php echo esc_attr( $plugin_path ); ?>" > <td colspan="<?php echo esc_attr( $columns_count ); ?>" class="plugin-update"> <div class="update-message notice inline notice-warning notice-alt"> <p> <?php echo wp_kses( $update_notice, $kses_args ); ?> </p> </div> </td> </tr> Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirupdate-notice.phpFile980.00 B Rename | Delete | Edit