| @@ -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 | ?> |