wc_deprecated_function
-
Hi,
I had the following error which was displayed on my website (user and admin):add_action( ‘deprecated_function_run’, function( $function_name ) { wc_get_logger()->debug( ‘Deprecated function used.’, array( ‘source’ => ‘wc_deprecated_function’, ‘function’ => $function_name, ‘backtrace’ => true, ) ); } );
This error also prevented cookies to be created (error displayed on the login page).
When disabling the plugin WP Actvity Log the error disappeared and the login page did not show any error message more.
WordPress version : 6.7.1
WP Activity Log version : 5.2.2Kind regards,
Dominique
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.