mwform_send_error_content_
mwform_send_error_content_
Appears in: mw-wp-form.4.0.3, mw-wp-form.4.0.6, mw-wp-form.4.1.1, mw-wp-form.4.1.2, mw-wp-form.4.2.0, mw-wp-form.4.3.1, mw-wp-form.4.3.2, mw-wp-form.4.4.0, mw-wp-form.4.4.1, mw-wp-form.4.4.2, mw-wp-form.4.4.3, mw-wp-form.4.4.4, mw-wp-form.4.4.5, mw-wp-form.5.0.0, mw-wp-form.5.0.1, mw-wp-form.5.0.6, mw-wp-form.5.1.0
Hook Type: filter
Displaying hooks found in version: mw-wp-form.5.1.0apply_filters('mwform_send_error_content_') is found 1 times:
- /classes/services/class.exec-shortcode.php line 242
__( 'There was an error trying to send your message. Please try again later.', 'mw-wp-form' ) ); $content = apply_filters( 'mwform_send_error_content_raw_' . $this->form_key, $content, $this->Data ); $content = $this->_wpautop( $content ); $content = apply_filters( 'mwform_send_error_content_' . $this->form_key, $content, $this->Data ); return $content; } /** * Display direct access error page *