Closed dparker1005 closed 1 year ago
This PR specifically stops pulling the checkout level from the $_REQUEST variable (since we are prefixing the level parameter in 3.0) and instead uses the pmpro_is_checkout() function.
$_REQUEST
level
pmpro_is_checkout()
This PR specifically stops pulling the checkout level from the
$_REQUEST
variable (since we are prefixing thelevel
parameter in 3.0) and instead uses thepmpro_is_checkout()
function.