WordPress Related Posts – PHP version 7.2
-
I will upgrade to the latest version of PHP (7.2). I scanned my site using plugin PHP Compatibility Checker. The plugin gave the following notice
regarding WordPress Related Posts :
FILE: /var/www/vhosts/tietostartti.fi/httpdocs/wp-content/plugins/wordpress-23-related-posts-plugin/recommendations.php
———————————————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
———————————————————————————————————————–
182 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
264 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
———————————————————————————————————————–FILE: /var/www/vhosts/tietostartti.fi/httpdocs/wp-content/plugins/wordpress-23-related-posts-plugin/init.php
————————————————————————————————————
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
————————————————————————————————————
215 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
440 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function insteadCan I upgrade?
- The topic ‘WordPress Related Posts – PHP version 7.2’ is closed to new replies.