HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/views/notice/legacy_disabled_tasks.php
<p class="notice-titre"><?php esc_html_e( 'BackWPup - Restore Your Legacy Jobs', 'backwpup' ); ?></p>
<a class="closeIt" href="<?php echo esc_url( $bind->dismissurl ); // phpcs:ignore ?>" data-bwpu-hide="informations_505_notice_notice"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss', 'backwpup' ); ?></span></a>
<p>
	<?php
	printf(
	// Translators: %1$s = <br>, %2$s = <a>, %3$s = </a>, %4$s = <a>, %5$s = </a>.
		esc_html__(
			'Following an issue identified in the BackWPup 5.1 update, backup jobs created before version 5 are currently not running. To assist you in reactivating these jobs, we are providing two options:%1$s%1$s

			%6$sOption 1%7$s: %2$sClick this link%3$s to see your disabled backup jobs. Select the jobs you wish to reactivate and then use the Bulk Actions menu to choose either "Activate with CRON" or "Activate with Link."%1$s%1$s

			%6$sOption 2%7$s: For advanced users, we offer a command to update backups using WP CLI. For more information, please refer to our %4$sdocumentation%5$s.',
			'backwpup'
		),
		'<br>',
		'<a target="_blank" href="' . esc_url( home_url( '/wp-admin/admin.php?page=backwpupjobs' ) ) . '">',
		'</a>',
		'<a target="_blank" href="' . esc_url( 'https://backwpup.com/docs/article/reactivating-backup-jobs-after-update/' ) . '">',
		'</a>',
		'<strong>',
		'</strong>'
	);
	?>
</p>