PHP 7.2 compatibility
-
The WP Engine PHP Compatibility checker, run for PHP 7.2, gives the following warning:
FILE: /home/xxx/public_html/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-cfc.php
—————————————————————————————————————
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
—————————————————————————————————————
977 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
990 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
1005 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
1019 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
—————————————————————————————————————FILE: /home/xxx/public_html/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wck-ctc.php
—————————————————————————————————————
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————
199 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
202 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
—————————————————————————————————————Is this a legitimate problem or a false positive? Would it prevent the WCK plugin from working with 7.2?
-Jon
- The topic ‘PHP 7.2 compatibility’ is closed to new replies.