warning and error found while testing wordpress 5.5
-
I was doing local testing for our site with wordpress 5.5 and i found a warning and an error with popup maker
[14-Aug-2020 03:42:28 UTC] PHP Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>pum/v1/analytics</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://www.ads-software.com/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /home/worksite/public_html/wp-includes/functions.php on line 5225
and also
[14-Aug-2020 06:33:15 UTC] PHP Deprecated: wp_make_content_images_responsive is deprecated since version 5.5.0! Use wp_filter_content_tags() instead. in /home/worksite/public_html/wp-includes/functions.php on line 4773
this last one may cause a website to crash
- The topic ‘warning and error found while testing wordpress 5.5’ is closed to new replies.