Make is_checkout() description more accurate (#40258)
This commit is contained in:
commit
cdc91c8ac1
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Improve documentation for the `is_checkout()` function.
|
|
@ -102,7 +102,7 @@ if ( ! function_exists( 'is_cart' ) ) {
|
|||
if ( ! function_exists( 'is_checkout' ) ) {
|
||||
|
||||
/**
|
||||
* Is_checkout - Returns true when viewing the checkout page.
|
||||
* Is_checkout - Returns true when viewing the checkout page, or when processing AJAX requests for updating or processing the checkout.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue