• I’d like to hack my wp-plugins.php file in order to create an alternate sort order of the list of plugins.

    I’d like for those which are activated to appear in alphabetical order first and those which are inactive to appear after.

    I’ve no knowledge of how php works. What kind of code changes do I need to make to implement this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • problem with this is you’re hack will disappear with every new version of WordPress, so maybe find or get someone to code a plugin to do it (which I think is possible)

    Thread Starter msedminster

    (@msedminster)

    I’m not so worried about that as long as I can see how it’s done. I’ll deal with the hassle of revising upgrades as they occur.

    Thread Starter msedminster

    (@msedminster)

    Can anybody offer some help with this coding? I’m not concerned about hacking WP code and making updates later in the game.

    The idea here is to have sortable columns for administration tables. In my case I’m talking specifically about the plugins table and sorting by activity. But I think this could be helpful for other tables as well.

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

The topic ‘Sort plugins by activity’ is closed to new replies.