PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.8.2
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.8.2
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
formidable / classes / views / dashboard / templates / notification-banner.php

notification-banner.php in Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More 6.8.2, at classes/views/dashboard/templates/notification-banner.php

21 lines 1003 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 die( 'You are not allowed to call this page directly.' );
4 }
5 ?>
6 <div class="frm-dashboard-banner frm-p-md">
7 <span class="frm-dashboard-banner-bg-shape"></span>
8 <span class="frm-dashboard-banner-close"><?php FrmAppHelper::icon_by_class( 'frmfont frm_close_icon' ); ?></span>
9 <div class="frm-flex-box frm-align-center">
10 <?php FrmAppHelper::icon_by_class( 'frmfont frm_speaker_icon' ); ?>
11 <span class="frm-vertical-line"></span>
12 <div>
13 <h4><?php echo esc_html__( 'Welcome to Formidable Forms', 'formidable' ); ?> 🎉</h4>
14 <p><?php echo esc_html__( 'Whether you\'re looking to create simple contact forms or complex survey forms, Formidable Forms has you covered.', 'formidable' ); ?></p>
15 </div>
16 <div class="frm-shrink-0">
17 <a target="_blank" href="<?php echo esc_url( FrmAppHelper::admin_upgrade_link( '', 'features' ) ); ?>" class="frm-button-secondary"><?php echo esc_html__( 'Check All Features', 'formidable' ); ?></a>
18 </div>
19 </div>
20 </div>
21