unset columns
-
Hello,
I need to remove the “social image” and “social desc” columns that are all over the place since 3.4.
This is working for me in the posts table:
`unset($columns[‘wpsso_og_image’]);
unset($columns[‘wpsso_og_desc’]);`It’s not working on pages, users, or categories with the usual filters and any combination of priorities. I’d comment them out from the plugin code, but I haven’t succeeded at that without breaking the pages table, and hacking a display:none into the admin style doesn’t really help.
Any suggestions?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘unset columns’ is closed to new replies.