Deprecated method usage in SetupWizard.php
-
In the file /wp-mail-smtp/src/Admin/SetupWizard.php, a deprecated method is used to check if WPForms Pro is active.
Here’s the current code:$is_wpforms_pro = wpforms()->pro;This method is deprecated and should be replaced with the wpforms()->is_pro() method.
Thank you for your time and effort in reviewing and implementing this change.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Deprecated method usage in SetupWizard.php’ is closed to new replies.