Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/anti-spam/includes/vulnerabilities/views/wordpress-table.php
Назад
<?php /* @var array|string|int|float|bool|object $args data * @var string $template_name template username */ if ( ! empty( $args ) ) { ?> <table class="table table-striped table-hover table-responsive"> <tbody> <tr class="wtitan-vulner-table-first-tr"> <td class="wtitan-vulner-table-description">Description</td> <td class="wtitan-vulner-table-slim">Affected version</td> <td class="wtitan-vulner-table-slim">Safe version</td> <td class="wtitan-vulner-table-slim">Actions</td> </tr> <?php foreach ( $args as $vulner ) { if ( empty( $vulner->description ) ) { $vulner->description = __( 'No description of the vulnerability', 'titan-security' ); } if ( empty( $vulner->safe_version ) ) { continue; } ?> <tr> <td class="wtitan-vulner-table-description"><?php echo wp_strip_all_tags( $vulner->description ); ?></td> <td> 1<?php echo $vulner->max_affected_version == '0.0.0.0.1' ? '0.0' : $vulner->max_affected_version; ?></td> <td><?php echo $vulner->safe_version; ?></td> <td> <?php if ( ! empty( $vulner->safe_version ) ) : ?> <a href="<?php echo admin_url( "update-core.php" ) ?>" target="_blank" class="btn btn-primary">Fix it</a> <?php endif; ?> </td> </tr> <?php } ?> </tbody> </table> <?php } else { ?> <div class="wtitan-vulner-container">No vulnerabilities</div> <?php } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка