PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.5
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.5
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/add-button.php +2 -2 6.285.5 View file →
@@ -2,8 +2,8 @@
2 2 if ( ! defined( 'ABSPATH' ) ) {
3 3 die( 'You are not allowed to call this page directly.' );
4 4 }
5 5 ?>
6 -<a href="<?php echo esc_url( $href ); ?>" class="<?php echo esc_attr( $class ); ?>">
7 - <?php FrmAppHelper::icon_by_class( 'frmfont frm_plus_icon frm_svg15' ); ?>
6 +<a href="<?php echo esc_attr( $href ); ?>" class="<?php echo esc_attr( $class ); ?>">
7 + <?php self::icon_by_class( 'frmfont frm_plus_icon frm_svg15' ); ?>
8 8 <?php echo esc_html( $button_text ); ?>
9 9 </a>