mwform_choices_

mwform_choices_

Hook Type: filter

See hook in core

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

apply_filters('mwform_choices_') is found 1 times:

  • /classes/abstract/class.form-field.php line 278
    			}
    		}
    
    		if ( $this->form_key ) {
    			$children = apply_filters( 'mwform_choices_' . $this->form_key, $children, $this->atts );
    		}
    
    		return $children;
    	}
    
    	/**