default_checkout_ . $input, $value, $input

default_checkout_ . $input, $value, $input

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('default_checkout_ . $input, $value, $input') is found 1 times:

  • /includes/class-wc-checkout.php line 1522

    Warning: Undefined array key 1524 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1525 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1526 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1527 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		if ( '' === $value ) {
    			$value = null;
    		}
    
    		return apply_filters( 'default_checkout_' . $input, $value, $input );
    	}
    }