Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I use WordPress Multisite and made a plugin that adds columns with some data.

Code example

My code is based on the function:

http://wpengineer.com/2188/view-blog-id-in-wordpress-multisite/

Key function

The key function in WordPress Multisite is manage_sites_custom_column.

The problem

I want to be able to sort the column I created.

What I tried

I tried http://scribu.net/wordpress/custom-sortable-columns.html but it is based on manage_posts_custom_column for single sites. I use Multisite.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.