PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.0
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.0
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/models/FrmHoneypot.php +0 -5 6.56.0 View file →
@@ -52,10 +52,8 @@
52 52 }
53 53
54 54 /**
55 55 * @param int $form_id
56 - *
57 - * @return void
58 56 */
59 57 public static function maybe_render_field( $form_id ) {
60 58 $honeypot = new self( $form_id );
61 59 if ( $honeypot->should_render_field() ) {
@@ -69,11 +67,8 @@
69 67 public function should_render_field() {
70 68 return $this->is_option_on() && $this->check_honeypot_filter();
71 69 }
72 70
73 - /**
74 - * @return void
75 - */
76 71 public function render_field() {
77 72 $honeypot = $this->check_honeypot_setting();
78 73 $form = $this->get_form();
79 74 ?>