Hi Alex. I noticed you left SCRIPT_DEBUG, WP_DEBUG_LOG and SCRIPT_DEBUG' as true. I'm changing them back to false.
I assume you saw the error related to REST API permissions.
Notice: Function register_rest_route was called incorrectly. The REST API route definition for vbp/v1/save_sidebar is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/animathe/public_html/wp-includes/functions.php on line 6031
Hi this is just php notice and are not fatal errors . yes we need to resolve this but this does not affect any functionality you can disable the wp_debug for now .
Hi Alex. I noticed you left SCRIPT_DEBUG, WP_DEBUG_LOG and SCRIPT_DEBUG' as true. I'm changing them back to false.
I assume you saw the error related to REST API permissions.
Notice: Function register_rest_route was called incorrectly. The REST API route definition for vbp/v1/save_sidebar is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/animathe/public_html/wp-includes/functions.php on line 6031
Hi this is just php notice and are not fatal errors . yes we need to resolve this but this does not affect any functionality you can disable the wp_debug for now .
We will try to resolve these notices .
I know. I'm a clean code enthusiast.
tks