You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: