woocommerce-paypal-payments/modules
Alex P 61dafb83d7
Use wp_loaded for fraudnet loading to avoid warnings
It needs wcgateway.enabled-ppcp-gateways which calls WC()->payment_gateways->get_available_payment_gateways(), and the hooks inside it can be used by other plugins resulting in warnings about calling functions like get_cart too early
One way to fix it is simply to use the wp_loaded hook instead of init, I think it supposed to be a more correct choice if interaction with other plugins (WC) is needed, because it is fired when "WP, all plugins, and the theme are fully loaded and instantiated"
2023-02-08 18:00:23 +02:00
..
ppcp-admin-notices Merge branch 'trunk' into pcp-918-php-72 2022-11-15 12:36:20 +02:00
ppcp-api-client Add PayPal-Request-Id if payment source exist 2023-01-23 15:45:56 +01:00
ppcp-button Make is_checkout()=true during validation to improve compatibility 2023-01-30 17:33:24 +02:00
ppcp-compat Add option to hide funding resource Trustly 2023-02-02 04:36:02 +01:00
ppcp-onboarding Change the script localize name 2022-12-21 18:01:19 +04:00
ppcp-order-tracking Merge pull request #971 from woocommerce/PCP-943-tracking-status-filter-sending-wrong-parameter 2022-11-15 12:55:49 +01:00
ppcp-session Merge branch 'trunk' into pcp-918-php-72 2022-11-15 12:36:20 +02:00
ppcp-status-report Merge branch 'trunk' into pcp-918-php-72 2022-11-15 12:36:20 +02:00
ppcp-subscription Merge branch 'trunk' into pcp-918-php-72 2022-11-15 12:36:20 +02:00
ppcp-uninstall Remove request id repo from uninstall module 2023-01-17 15:09:36 +01:00
ppcp-vaulting Merge branch 'trunk' into pcp-918-php-72 2022-11-15 12:36:20 +02:00
ppcp-wc-gateway Use wp_loaded for fraudnet loading to avoid warnings 2023-02-08 18:00:23 +02:00
ppcp-webhooks Change the webhook simulation option name constant visibility. 2022-12-07 19:15:03 +04:00
woocommerce-logging Merge branch 'trunk' into pcp-918-php-72 2022-11-15 12:36:20 +02:00