PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.7.2
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.7.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
← All changes | classes/views/shared/views-info.php +4 -3 6.3.2 → 6.7.2 View file →
@@ -13,11 +13,8 @@
13 13 )
14 14 );
15 15 ?>
16 16 <div class="frmcenter frm-m-12">
17 - <div class="frm-video-wrapper frm-mb-md">
18 - <iframe width="843" height="474" src="https://www.youtube.com/embed/pmYbQ79wonQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
19 - </div>
20 17 <h2><?php esc_html_e( 'Show and Edit Entries with Views', 'formidable' ); ?></h2>
21 18 <p style="max-width:400px;margin:20px auto">
22 19 <?php esc_html_e( 'Bring entries to the front-end of your site for full-featured applications or just to show the content.', 'formidable' ); ?>
23 20 </p>
@@ -24,9 +21,13 @@
24 21 <?php
25 22 $upgrade_link_args = array(
26 23 'medium' => 'views-info',
27 24 'plan' => 'view',
25 + 'class' => 'frm-mb-md frm-button-primary',
28 26 );
29 27 FrmAddonsController::conditional_action_button( 'views', $upgrade_link_args );
30 28 ?>
29 + <div class="frm-video-wrapper">
30 + <iframe width="843" height="474" src="https://www.youtube.com/embed/pmYbQ79wonQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
31 + </div>
31 32 </div>
32 33 </div>