Skip to content

frnhr/simple-user-ordering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simple-user-ordering

WP plugin to allow drag&drop ordering of users

What

This is a plugin for developers. It enables sorting of users in WP admin.

It won't affect anything on the site other then the user list (table?) in the WP admin.

Sorting is done by adding menu_order meta value for every user.

How

Unfortunately WordPress doesn't have a built-in mechanism to fetch users by meta field, so for now the only available option is to use some semi-intelligent sorting after fetching. See http://wordpress.stackexchange.com/a/31045/5902 for an example.

About

WP plugin to allow drag&drop ordering of users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages