mwform_form_fields

mwform_form_fields

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_fields') is found 1 times:

  • /classes/models/class.form-fields.php line 36
     
    			new $class_name();
    		}
    
    		self::$form_fields = apply_filters( 'mwform_form_fields', self::$form_fields );
    	}
    
    	/**
    	 * instantiation.
    	 *
    	 * @param string $form_key Form key.
    

See this hook used in plugins: