{"id":23187,"date":"2013-04-30T18:59:32","date_gmt":"2013-04-30T18:59:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/hh-sortable\/"},"modified":"2022-01-31T09:25:16","modified_gmt":"2022-01-31T09:25:16","slug":"hh-sortable","status":"publish","type":"plugin","link":"https:\/\/mk.wordpress.org\/plugins\/hh-sortable\/","author":9809928,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"3.0.0","stable_tag":"3.0.0","tested":"5.9.13","requires":"5.7","requires_php":"5.6","requires_plugins":"","header_name":"HH sortable ID columns","header_author":"Vladimir Sklyar","header_description":"","assets_banners_color":"","last_updated":"2022-01-31 09:25:16","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/versusbassz\/sortable-id-columns\/","header_author_uri":"https:\/\/versusbassz.com\/","rating":5,"author_block_rating":0,"active_installs":300,"downloads":12884,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"versusbassz","date":"2013-04-30 19:15:43"},"2.0.0":{"tag":"2.0.0","author":"versusbassz","date":"2017-02-24 18:41:32"},"2.0.1":{"tag":"2.0.1","author":"versusbassz","date":"2017-02-24 18:53:27"},"2.0.2":{"tag":"2.0.2","author":"versusbassz","date":"2017-03-16 08:05:31"},"2.0.3":{"tag":"2.0.3","author":"versusbassz","date":"2020-11-21 15:39:40"},"2.1.0":{"tag":"2.1.0","author":"versusbassz","date":"2021-07-07 06:18:03"},"3.0.0":{"tag":"3.0.0","author":"versusbassz","date":"2022-01-31 09:25:16"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"4"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","2.0.0","2.0.1","2.0.2","2.0.3","2.1.0","3.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,1099,2302,3125,822],"plugin_category":[],"plugin_contributors":[82055],"plugin_business_model":[],"class_list":["post-23187","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-column","plugin_tags-id","plugin_tags-panel","plugin_tags-sortable","plugin_contributors-versusbassz","plugin_committers-versusbassz"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/hh-sortable.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Sortable ID columns for all standard data types in WordPress admin panel.\nNo settings pages. It just works.\nID columns will be first in admin panel tables.<\/p>\n\n<p>Supported entities:\n* posts, pages, attachments, any custom post types\n* category, term, any custom taxonomies\n* users (including Multisite users)\n* comments\n* links (the legacy WP feature)\n* blogs (aka \"sites\") in Multisite Admin panel<\/p>\n\n<h4>Links<\/h4>\n\n<p><a href=\"https:\/\/github.com\/versusbassz\/sortable-id-columns\/\">Github repo<\/a><\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20to%20change%20the%20width%20of%20the%20column%3F'><h3>How to change the width of the column?<\/h3><\/dt>\n<dd><p>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).\nThe current default value is <code>65px<\/code>;\n    <code>add_action( 'admin_head', function () {\n    echo PHP_EOL . '&lt;style type=\"text\/css\"&gt;table.widefat th.column-hh_id { width: 80px !important; } &lt;\/style&gt;' . PHP_EOL;\n} );<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>3.0.0 --- 2022.01.31<\/h4>\n\n<ul>\n<li>Add the \"ID\" column for Multisite Blogs and Multisite Users<\/li>\n<li>Update \"Tested up to\" header: 5.5 -&gt; 5.9<\/li>\n<li>Update \"Requires at least\" header: 4.9 -&gt; 5.7<\/li>\n<li>Rework the content of readme.txt file<\/li>\n<li>Refactor the codebase of the plugin<\/li>\n<li>Add automated end-to-end tests for the output of the plugin<\/li>\n<\/ul>\n\n<h4>2.1.0 --- 2021.07.07<\/h4>\n\n<ul>\n<li>Increase width of the \"ID\" column: 50px -&gt; 65px , so now it can display 6 chars without a line break (#1)<\/li>\n<li>Add the link to the Github repository of the plugin to readme.txt<\/li>\n<li>Change \"Tested up to\" header: 5.5 -&gt; 5.7<\/li>\n<li>Update \"Requires PHP\" header: 5.3 -&gt; 5.6<\/li>\n<li>Update \"Plugin URI\" and \"Author URI\" links in the entry PHP file<\/li>\n<\/ul>\n\n<h4>2.0.3 --- 2020.11.21<\/h4>\n\n<ul>\n<li>Checked compatibility with WordPress &lt;= 5.5<\/li>\n<\/ul>\n\n<h4>2.0.2 --- 2017.03.16<\/h4>\n\n<ul>\n<li>Fix PHP 5.3 compatibility<\/li>\n<\/ul>\n\n<h4>2.0.1 --- 2017.02.24<\/h4>\n\n<ul>\n<li>Fix plugin meta and \"Changelog\" tab in readme.txt<\/li>\n<\/ul>\n\n<h4>2.0.0 --- 2017.02.24<\/h4>\n\n<ul>\n<li>Code style changes<\/li>\n<li>Change \"Tested up to\" meta-field to \"4.7.2\"<\/li>\n<li>Change \"Requires at least\" meta-field to \"4.6\"<\/li>\n<li>Change \"Plugin URI\" meta-field<\/li>\n<li>Change \"Author URI\" meta-field<\/li>\n<li>Remove unnecessary code<\/li>\n<li>Change column insert algorithm<\/li>\n<li>Add \"Differences from \"Reveal IDs\" plugin\" section in readme.txt<\/li>\n<li>Add \"Plugins with same functionality\" section in readme.txt<\/li>\n<\/ul>\n\n<h4>1.0.0 --- 2013.04.30<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Sortable ID columns for all standard data types in WordPress admin panel.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/23187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=23187"}],"author":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/versusbassz"}],"wp:attachment":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=23187"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=23187"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=23187"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=23187"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=23187"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=23187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}