Taxonomies Sortable

Allows to sort taxonomy terms associated to objects.

Author:Enrico Sorcinelli (profile at wordpress.org)
WordPress version required:4.4
WordPress version tested:4.9.25
Plugin version:1.0.1
Added to WordPress repository:19-06-2018
Last updated:12-08-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/enrico-sorcinelli/taxonomi...
Total downloads:712
plugin download
Click to start download

Taxonomies Sortable allow to sort non-hierarchical taxonomy terms associated to objects by drag&drop them on the administration interface.

Usage

Once the plugin is installed you can make a taxonomy sortable in the following ways:

  • Programmatically by adding 'sortable' => true argument in register_taxonomy().
  • Programmatically by using taxonomies_sortable filter below.
  • Using the Settings->Taxonomies Sortable administration screen by selecting non-hierarchical taxonomies you want to make sortable.

Note that making a taxonomy sortable, implicitly means also setting sort => true for that taxonomy.

Hooks

taxonomies_sortable

Filter allowing to programmatically set sortable taxonomies.

apply_filters( 'taxonomies_sortable', array $taxonomies )

taxonomies_sortable_admin_settings

Filter allowing to display or not the plugin settings page in the administration.

apply_filters( 'taxonomies_sortable_admin_settings', boolean $display )

Screenshots
FAQ
ChangeLog