/var/www/html_us/wp-content/plugins/yaymail/includes/License/views/update-plugin-notification.php


1
2
3
4
5
6
7
8
9
<?php
    $changelog_link 
self_admin_url'plugin-install.php?tab=plugin-information&plugin=' $file '&section=changelog&TB_iframe=true&width=600&height=800' );
?>
<div class="update-message notice inline notice-warning notice-alt">
    <p>
        <span><?php echo esc_html"There is a new version of {$plugin['name']} available." ); ?></span>
        <a target="_blank" class="thickbox open-plugin-details-modal" href="<?php echo esc_url$changelog_link ); ?>"><?php echo esc_html'View version ' $plugin_version_info['new_version'] . ' details' ); ?></a>
    </p>
</div>