2023-07-24 12:57:18 +03:00
< ? php
if ( ! defined ( 'ABSPATH' ) ) {
exit ;
}
2019-08-08 00:36:33 +03:00
2023-07-24 12:57:18 +03:00
$url = add_query_arg (
array (
'um_adm_action' => 'manual_upgrades_request' ,
'_wpnonce' => wp_create_nonce ( 'manual_upgrades_request' ),
)
);
?>
2019-08-08 00:36:33 +03:00
2023-07-24 12:57:18 +03:00
<p><?php esc_html_e( 'Run this task from time to time if you have issues with WP Cron and need to get UM extension updates.', 'ultimate-member' ); ?></p>
2018-05-24 16:55:06 +03:00
<p>
2023-07-24 12:57:18 +03:00
<a href="<?php echo esc_url( $url ); ?>" class="button">
<?php esc_html_e( 'Get latest versions', 'ultimate-member' ); ?>
2018-05-24 16:55:06 +03:00
</a>
2023-07-24 12:57:18 +03:00
</p>