Your usage of WC()->payment_gateways()->get_available_payment_gateways(); in class-wc-shortcode-checkout.php in the function get_gateway() causes the notice Notice: Function is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. to appear.
Your usage of
WC()->payment_gateways()->get_available_payment_gateways();
in class-wc-shortcode-checkout.php in the functionget_gateway()
causes the noticeNotice: Function is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false.
to appear.