• Resolved LaFaucon

    (@lafaucon)


    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?

    https://www.ads-software.com/plugins/wpsso/

Viewing 1 replies (of 1 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Click on the “Screen Options” tab on the upper-right, and uncheck the ‘Social Img’ and ‘Social Desc’ options.

    js.

Viewing 1 replies (of 1 total)
  • The topic ‘unset columns’ is closed to new replies.