When checking with PHP Compatibility Checker for PHP 7.2 I get the following warning: Function name "_construct" is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
Does this needs fixing or can I ignore it? Thanks for help. C
Â
Hi christophhering,
Have you done any customization?
Please check is there 2 underlines in  __construct() function line 9 (/wp-content/plugins/wpforo/wpf-includes/class-phrases.php file) ?Â
No, I have not done any customization.
No, I have not done any customization.
Hi @christophhering,
Please ignore this, this is the problem of tool you use to check it. This tool has a bug here, it doesn't recognize that the __constructor() is the same reserved function. Please contact that tool support and they'll verify this bug. Don't forget to show the screenshot provided by Astghik above, it shows that the code is correct and the problem checker tool is incorrect.
Thanks for that. Very helpful.