?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/parts/backup/
Upload File :
Current File : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/parts/backup/upgrade.php

<?php
use BackWPup\Utils\BackWPupHelpers;

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}
$link_docs_what_is_the_diff = wpm_apply_filters_typed( 'string', 'backwpup_url_what_is_the_diff','https://backwpup.com/docs/what-is-the-difference-between-backwpup-free-and-backwpup-pro/' );

?>
  <h1 class="text-3xl text-center text-white font-bold font-title">
    <?php esc_html_e("Upgrade to a Complete BackWPup Experience!", 'backwpup'); ?>
  </h1>

  <p class="my-4 text-xl text-white text-center">
    <?php esc_html_e("Give your website data the protection it deserves with BackWPup Pro.", 'backwpup'); ?>
  </p>

  <div class="m-auto w-full max-w-screen-md h-40 bg-primary-base rounded-2xl flex justify-center items-center gap-8">
    <!-- Banner -->
    <?php include untrailingslashit(BackWPup::get_plugin_data('plugindir')). '/assets/img/upgradebanner/encryption.svg'; ?>
    <?php include untrailingslashit(BackWPup::get_plugin_data('plugindir')). '/assets/img/upgradebanner/premiums_destinations.svg'; ?>
    <?php include untrailingslashit(BackWPup::get_plugin_data('plugindir')). '/assets/img/upgradebanner/migration.svg'; ?>
  </div>

  <p class="mt-8 flex items-center justify-center gap-10">
    <a href="<?php echo esc_url( $link_docs_what_is_the_diff ); ?>" target="_blank" class="inline-block text-base leading-5 text-white border-b border-white font-title hover:text-secondary-lighter hover:border-secondary-lighter">
      <?php esc_html_e("See all features", 'backwpup'); ?>
    </a>

    <?php
    BackWPupHelpers::component("navigation/link", [
      "type" => "primary",
      "url" => wpm_apply_filters_typed( 'string', 'backwpup_url_add_hash',"https://backwpup.com/pricing/?utm_source=backwpup_plugin&utm_medium=plugin&utm_campaign=in_product&utm_content=upgrade_cta_plugin" ),
      "newtab" => true,
      "content" => __("Get BackWPup Pro now", 'backwpup'),
    ]);
    ?>
  </p>