Can I ignore debug notices of deprecated PHP constructor?
-
Running PHP7.0 and your plugin version 3.0.2, upgraded from github yesterday.
Plugin works OK generally. But when I run in debug mode, I get the following notices. Note that I have obscured the names. I am not a coder and don’t understand PHP constructors.
Are these notices a problem now? I assume you will update appropriately eventually. If so, let me know and I’ll patiently ignore them for now.
Thank you.
********************
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Salesforce_WordPress_to_Lead_Widgets has a deprecated constructor in /home/CPANELNAME/public_html/EXAMPLE.COM/wp-content/plugins/salesforce-wordpress-to-lead-version3/lib/salesforce_widget.class.php on line 4Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Salesforce_Admin has a deprecated constructor in /home/CPANELNAME/public_html/EXAMPLE.COM/wp-content/plugins/salesforce-wordpress-to-lead-version3/lib/salesforce_admin.class.php on line 4
END
The page I need help with: [log in to see the link]
- The topic ‘Can I ignore debug notices of deprecated PHP constructor?’ is closed to new replies.