apply_filters( 'mcs_after_submission', $return, $response, $form_id ) → {string}
Filter the complete output of the My Calendar submissions form.
Parameters:
Name | Type | Description |
---|---|---|
$return |
string | HTML for form. |
$response |
string | Feedback after submitting form. |
$form_id |
string | Form ID. |
- Source:
Returns:
- Type
- string