Нет описания

welcome.php 730B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Challenge CTA on WPForms welcome activation screen HTML template.
  4. *
  5. * @since 1.6.2
  6. */
  7. if ( ! \defined( 'ABSPATH' ) ) {
  8. exit;
  9. }
  10. ?>
  11. <div class="challenge">
  12. <div class="block">
  13. <h1><?php esc_html_e( 'Take the WPForms Challenge', 'wpforms-lite' ); ?></h1>
  14. <h6><?php esc_html_e( 'Create your first form with our guided setup wizard in less than 5 minutes to experience the WPForms difference.', 'wpforms-lite' ); ?></h6>
  15. <div class="button-wrap">
  16. <a href="<?php echo esc_url( admin_url( 'admin.php?page=wpforms-builder&challenge=init' ) ); ?>" class="wpforms-btn wpforms-btn-lg wpforms-btn-orange">
  17. <?php esc_html_e( 'Start the WPForms Challenge', 'wpforms-lite' ); ?>
  18. </a>
  19. </div>
  20. </div>
  21. </div>