{"id":54064,"date":"2016-12-11T18:09:33","date_gmt":"2016-12-11T21:09:33","guid":{"rendered":"https:\/\/wiki.samuelchopard.ch\/?p=54064"},"modified":"2020-05-03T18:51:24","modified_gmt":"2020-05-03T16:51:24","slug":"wordpress-media-library-show-id","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/wordpress-media-library-show-id\/","title":{"rendered":"WordPress Media Library: show ID"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Add the following\u00a0to your <a target=\"_blank\" href=\"https:\/\/samuelchopard.ch\/wiki\/2016\/05\/29\/download-blank-child-theme\/\" target=\"_blank\" rel=\"noopener noreferrer\">child-theme<\/a>&#8216;s functions.php:<\/p>\n<pre class=\"EnlighterJSRAW\">function column_id($columns) {\r\n     $columns['colID'] = __('ID');\r\n     return $columns;\r\n}\r\nadd_filter( 'manage_media_columns', 'column_id' );\r\nfunction column_id_row($columnName, $columnID){\r\n     if($columnName == 'colID'){\r\n          echo $columnID;\r\n     }\r\n}\r\nadd_filter( 'manage_media_custom_column', 'column_id_row', 10, 2 );<\/pre>\n<p>&nbsp;<\/p>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/halfelf.org\/2013\/media-library-show-id\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/halfelf.org\/2013\/media-library-show-id\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Add the following\u00a0to your child-theme's functions.php: function column_id($columns) { $columns['colID'] = __('ID'); return $columns; } add_filter( 'manage_media_columns', 'column_id' ); function [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,6,9],"tags":[24,76,176,210,271],"class_list":["post-54064","post","type-post","status-publish","format-standard","hentry","category-dashboard","category-tools","category-wordpress","tag-admin","tag-dashboard","tag-media-library","tag-photos","tag-show-id"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54064","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54064"}],"version-history":[{"count":3,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54064\/revisions"}],"predecessor-version":[{"id":55126,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54064\/revisions\/55126"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54064"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54064"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54064"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}