woocommerce / grow

7 stars 7 forks source link

Adds support for PHP < 8.0 #126

Closed ibndawood closed 4 months ago

ibndawood commented 4 months ago

Changes proposed in this Pull Request:

PR: #125 uses str_starts_with function is available only for PHP versions greater than 8.0. This PR replaces str_starts_with with strpos function.

Changelog entry

Tweak - Support for PHP < 8.0