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/addons/list.php +4 -2 6.36.7.2 View file →
@@ -44,9 +44,9 @@
44 44 <div class="frm-card plugin-card-<?php echo esc_attr( $slug ); ?> frm-no-thumb frm-addon-<?php echo esc_attr( $addon['status']['type'] ); ?>">
45 45 <div class="plugin-card-top">
46 46 <h2>
47 47 <?php
48 - echo esc_html( $addon['title'] );
48 + echo esc_html( ! empty( $addon['display_name'] ) ? $addon['display_name'] : $addon['title'] );
49 49
50 50 if ( ! empty( $addon['is_new'] ) ) {
51 51 FrmAppHelper::show_pill_text();
52 52 }
@@ -91,8 +91,10 @@
91 91 FrmAddonsController::show_conditional_action_button( $passing );
92 92 ?>
93 93 </div>
94 94 </div>
95 - <?php } ?>
95 + <?php
96 + }//end foreach
97 + ?>
96 98 </div>
97 99 </div>
98 100 </div>