versusbassz / ultra-ids

Adds "ID" columns to lists of entities (posts, users, etc.) in the WordPress admin panel
https://wordpress.org/plugins/hh-sortable/
1 stars 0 forks source link
wordpress wordpress-plugin

=== Ultra IDs === Contributors: versusbassz Tags: sortable, id, column, admin, panel Requires at least: 5.7 Tested up to: 5.9 Stable tag: 3.0.0 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Sortable ID columns for all standard data types in WordPress admin panel.

== Description ==

Sortable ID columns for all standard data types in WordPress admin panel. No settings pages. It just works. ID columns will be first in admin panel tables.

Supported entities:

= Links = Github repo

== Frequently Asked Questions ==

= How to change the width of the column? =

Here is the example of PHP-code that can be pasted (for example in functions.php of your theme, or as a tiny plugin/mu-plugin). The current default value is 65px;

add_action( 'admin_head', function () {
    echo PHP_EOL . '<style type="text/css">table.widefat th.column-hh_id { width: 80px !important; } </style>' . PHP_EOL;
} );

== Changelog ==

= 3.0.0 --- 2022.01.31 =

= 2.1.0 --- 2021.07.07 =

= 2.0.3 --- 2020.11.21 =

= 2.0.2 --- 2017.03.16 =

= 2.0.1 --- 2017.02.24 =

= 2.0.0 --- 2017.02.24 =

= 1.0.0 --- 2013.04.30 =