| @@ -77,9 +77,9 @@ | ||
| 77 | 77 | </p> |
| 78 | 78 | <p> |
| 79 | 79 | <label for="<?php echo esc_attr( $this->get_field_id( 'form' ) ); ?>"><?php esc_html_e( 'Form', 'convertkit' ); ?></label> |
| 80 | 80 | <?php |
| 81 | - echo $forms->get_select_field_all( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped | |
| 81 | + $forms->output_select_field_all( | |
| 82 | 82 | esc_attr( $this->get_field_name( 'form' ) ), |
| 83 | 83 | esc_attr( $this->get_field_id( 'form' ) ), |
| 84 | 84 | array( |
| 85 | 85 | 'widefat', |