• mortaza

    (@mortazaamoo)


    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.

  • You must be logged in to reply to this topic.