mwform_send_error_content_

mwform_send_error_content_

Hook Type: filter

See hook in core

Displaying hooks found in version: mw-wp-form.5.1.0

apply_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
    	 *