PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.12
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.12
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
← All changes | classes/views/dashboard/dashboard.php +0 -5 6.29 → 6.12 View file →
@@ -34,13 +34,8 @@
34 34 <div class="frm-flex-box frm-flex-col">
35 35 <div class="frm-dashboard-widget frm-card-item frm-license-widget">
36 36 <?php $dashboard_view->get_license_management(); ?>
37 37 </div>
38 - <?php if ( FrmFormTemplatesHelper::needs_get_free_templates_banner() ) { ?>
39 - <div class="frm-dashboard-widget frm-card-item frm-px-sm">
40 - <?php $dashboard_view->get_free_templates_banner(); ?>
41 - </div>
42 - <?php } ?>
43 38 <?php
44 39 if ( $should_display_videos ) {
45 40 $dashboard_view->get_youtube_video( 'frm-dashboard-widget frm-card-item frm-yt-widget' );
46 41 }