mwform_form_end_html

mwform_form_end_html

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('mwform_form_end_html') is found 1 times:

  • /classes/models/class.form.php line 254
    	 * @return string
    	 */
    	public function end() {
    		$html  = '';
    		$html  = apply_filters( 'mwform_form_end_html', $html );
    		$html .= '</form>';
    		return $html;
    	}
    
    	/**
    	 * Return input[type=text].
    

See this hook used in plugins: