HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: /var/www/wp-content/mu-plugins/object-cache-pro/src/Plugin/templates/update.phtml
<?php

$url = self_admin_url('plugin-install.php?' . http_build_query([
    'tab' => 'plugin-information',
    'plugin' => $this->slug(),
    'section' => 'changelog',
    'TB_iframe' => 'true',
    'width' => '600',
    'height' => '800',
]));

?>

<tr class="active">
    <th scope="row" class="check-column" style="border-left-color: #ffb900; background-color: #fff8e5;"></th>
    <td class="plugin-title column-primary colspanchange update-message" colspan="2" style="background-color: #fff8e5;">
        <p style="display: flex; align-items: center; margin: 0;">
            <span style="padding-left: 6px;">
                There is a new version of Object Cache Pro available.
                <a href="<?php echo esc_url($url); ?>" class="thickbox open-plugin-details-modal">
                    View version <?php echo esc_html($update->new_version); ?> details.
                </a>
            </span>
        </p>
    </td>
</tr>