latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

remove column from user table

Home Forums Community Forum Unofficial Extensions/Hacks remove column from user table

This topic contains 3 replies, has 2 voices. Last updated by  Eduan 3 years, 10 months ago.

Topic Author Topic
Posted: Thursday Feb 14th, 2013 at 11:33 pm #41758

I am trying to remove a column from the user display table in the WP backend view.

i have tried mu-plugins/s2-hacks.php

but the column is still showing up.

any help is appreciated

List Of Topic Replies

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Thursday Feb 14th, 2013 at 11:38 pm #41759

I have also tried

add_action('manage_users_custom_columns','remove_user_posts_column');
function remove_user_posts_column($column_headers) {
    unset($column_headers['agent_bio']);
    return $column_headers;
}

but to no avail

Posted: Thursday Feb 14th, 2013 at 11:43 pm #41760

nevermind. /shakeshead

there is an option under screen options to turn off a column from display

iwow, there is an hour I wont get back :D

Posted: Saturday Feb 16th, 2013 at 1:21 pm #41956
Eduan
Username: Eduan
Moderator

Glad you solved your problem Kyle. :)

Viewing 3 replies - 1 through 3 (of 3 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.