wp_cache_add( $user->user_nicename, $user->ID, ‘userslugs’ );
-
With version 6.6 & 6.6.1 I see this weird error. If Example was the username and example as the nicename, why is WordPress bothering the user? Moreover, when there is nothing that can be done from inside WordPress, where to approach? Isn’t it something WordPress should do on its own? This issue is baffling me. Please help me out!
The full error is: Warning! wp_cache_add( $user->user_nicename, $user->ID, ‘userslugs’ );
If unaddressed, will it create trouble in website functioning?
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.