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

There is references to classes which do not exist anymore #1444

Open
fayne1337 opened this issue Feb 22, 2024 · 2 comments
Open

There is references to classes which do not exist anymore #1444

fayne1337 opened this issue Feb 22, 2024 · 2 comments
Assignees

Comments

@fayne1337
Copy link

In the file class/subscription.php are still references to prefixed classes (e.g. WPUF_User_Subscription, WPUF_Form) which do not exist anymore.

As of version 4.0.0 they seem to have been moved into namespaces, e.g.:
WPUF_User_Subscription => WeDevs\Wpuf\User_Subscription

@saiftheboss7
Copy link
Contributor

CC: @sapayth

@sapayth
Copy link
Member

sapayth commented Mar 20, 2024

some classes are still there for backwards compatibility. For example, the user updated the free plugin, but the pro version is not updated, site will crush if the classes are not there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants