omise / omise-woocommerce

Omise WooCommerce Plugin
https://docs.opn.ooo/woocommerce-plugin
MIT License
47 stars 27 forks source link

Resolve PHP warnings #443

Closed aashishgurung closed 7 months ago

aashishgurung commented 7 months ago

Description

Resolve PHP warnings for strpos() and str_repalce()

More information (if any)

We replaced null with empty string '' as the first parameter to add_submenu_page because this WP function calls strpos and str_replace behind the scene and from PHP 8.1, passing null is deprecated.

Rollback procedure

default rollback procedure