Back to list of all filter and action hooks for Fluid Checkout PRO.
Description #
This filter allows you to define custom conditions for determining if the current request is for the order pay page or an order pay fragment. This is useful for custom implementations or compatibility with other plugins.
Parameters #
$is_order_pay(bool) Whether the current request is for order pay page or fragment. Defaults tofalse.
