WPMUDEV_BLC Webhook Warning
-
Hi, I was looking through site PHP Error Log and am seeing a lot of error messages like this…
Error Message: PHP Warning: WPMUDEV_BLC\Core\Controllers\Webhook::parse_request(): Argument #1 ($wp) must be passed by reference, value given in /home/customer/www/mydomain.com/public_html/wp-includes/class-wp-hook.php on line 324
From what I read, this warning occurs when the parse_request method of the WPMUDEV Broken Link Checker (BLC) plugin expects its first argument ($wp) to be passed by reference (i.e., &$wp), but it’s being passed by value. This is likely due to a compatibility issue between the plugin and the WordPress version, or a coding error in how the plugin hooks into WordPress’s WP_Hook system. This may disrupt the webhook functionality of the Broken Link Checker plugin, potentially causing it to fail in processing incoming webhook requests, which could affect link monitoring or updates.
WordPress is currently at 6.8.2 and Broken Link Checker is at version 2.4.6. Is this something you’ve seen?
The topic ‘WPMUDEV_BLC Webhook Warning’ is closed to new replies.