woocommerce_form_field

woocommerce_form_field

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_form_field') is found 1 times:

  • /includes/wc-template-functions.php line 3065
    		 * General filter on form fields.
    		 *
    		 * @since 3.4.0
    		 */
    		$field = apply_filters( 'woocommerce_form_field', $field, $key, $args, $value );
    
    		if ( $args['return'] ) {
    			return $field;
    		} else {
    			// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    			echo $field;