PHP notices in PDA Access Restriction 1.3.2
-
After activating PDA Access Restriction 1.3.2, I receive the following the PHP notices. Running WP 5.8.1 and PHP 7.4.
Notice: register_rest_route was called incorrectly. Namespace must not start or end with a slash. Please see Debugging in WordPress for more information. (This message was added in version 5.4.2.) in /var/www/html/***/wp-includes/functions.php on line 5663
Notice: register_rest_route was called incorrectly. The REST API route definition for pda-ip-block/(?P[0-9-]+) 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 /var/www/html/***/wp-includes/functions.php on line 5663
Notice: register_rest_route was called incorrectly. The REST API route definition for pda-get-ip-block/(?P[0-9-]+) 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 /var/www/html/***/wp-includes/functions.php on line 5663
Notice: register_rest_route was called incorrectly. The REST API route definition for pda-get-user-roles-ip-block/(?P[0-9-]+) 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 /var/www/html/***/wp-includes/functions.php on line 5663
Notice: register_rest_route was called incorrectly. The REST API route definition for pda-insert-user-roles/(?P[0-9-]+) 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 /var/www/html/***/wp-includes/functions.php on line 5663
- The topic ‘PHP notices in PDA Access Restriction 1.3.2’ is closed to new replies.