Infinite user meta
-
Hi Jordy,
We just came across a bug in 2.2.7..In wp-category-permalink.php line 36:
if ( !in_array( 's_permalink', (array) $hidden_columns) ) {
Should be:
if ( !in_array( 'scategory_permalink', (array) $hidden_columns) ) {
The plugin was adding infinite hidden columns to user meta. Not sure if this was on purpose but it was causing our users to get thousands of hidden columns within hours. Hope this helps ??
Brian
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Infinite user meta’ is closed to new replies.