| @@ -116,12 +116,9 @@ | ||
| 116 | 116 | ); |
| 117 | 117 | |
| 118 | 118 | }//end if |
| 119 | 119 | |
| 120 | - /** | |
| 121 | - * @since 6.18 Added `url` to the $args. | |
| 122 | - */ | |
| 123 | - $response = apply_filters( 'frm_xml_response', $response, compact( 'form', 'imported', 'url' ) ); | |
| 120 | + $response = apply_filters( 'frm_xml_response', $response, compact( 'form', 'imported' ) ); | |
| 124 | 121 | |
| 125 | 122 | echo wp_json_encode( $response ); |
| 126 | 123 | wp_die(); |
| 127 | 124 | } |