get_hidden_columns

Definition:
function get_hidden_columns( $screen ) {}

Get a list of hidden columns.

Parameters

  • string|object $screen: The screen you want the hidden columns for

Source code

function get_hidden_columns( $screen ) {

	if ( is_string( $screen ) )

		$screen = convert_to_screen( $screen );



	return (array) get_user_option( 'manage' . $screen->id . 'columnshidden' );

}

1410

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: