Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Ensure check_url_match function is defined only once #355

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Commits on Sep 23, 2024

  1. fix: Ensure check_url_match function is defined only once

    I'm using Bluehost, and the Bluehost plugin relies on this package as a dependency. When registering a new user in our app's frontend, we get this error:
    
    ```
    PHP Fatal error:  Cannot redeclare NewfoldLabs\WP\Module\ECommerce\check_url_match() (previously declared in /mysitepath/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/ECommerce.php:699) in /mysitepath/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/ECommerce.php on line 699
    ```
    
    So this PR aims to fix that.
    jweston491 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fcb7aaa View commit details
    Browse the repository at this point in the history