{"id":14066,"date":"2021-05-03T22:25:29","date_gmt":"2021-05-03T20:25:29","guid":{"rendered":"https:\/\/hesmid.nl\/test\/?p=14066"},"modified":"2021-05-03T22:25:31","modified_gmt":"2021-05-03T20:25:31","slug":"change-preview-size-of-featured-image-in-admin-panel","status":"publish","type":"post","link":"https:\/\/hesmid.nl\/test\/change-preview-size-of-featured-image-in-admin-panel\/","title":{"rendered":"Change preview size of featured image in admin panel"},"content":{"rendered":"\n<p>WP introduced a new filter called <a href=\"https:\/\/developer.wordpress.org\/reference\/hooks\/admin_post_thumbnail_size\/\">admin_post_thumbnail_size<\/a> for you to be able to change the default image size in the admin panel.<\/p>\n\n\n\n<p>To change the size of the featured thumbnail image you can use something like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function custom_admin_thumb_size($thumb_size){\n  return \"banner-xs\"; \/\/or use something like array(400,400).\n}\nadd_filter( 'admin_post_thumbnail_size', 'custom_admin_thumb_size');\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WP introduced a new filter called admin_post_thumbnail_size for you to be able to change the default image size in the admin panel. To change the size of the featured thumbnail image you can use something like this:<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[17],"tags":[646,644,645],"acf":[],"_links":{"self":[{"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/posts\/14066"}],"collection":[{"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/comments?post=14066"}],"version-history":[{"count":1,"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/posts\/14066\/revisions"}],"predecessor-version":[{"id":14067,"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/posts\/14066\/revisions\/14067"}],"wp:attachment":[{"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/media?parent=14066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/categories?post=14066"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hesmid.nl\/test\/wp-json\/wp\/v2\/tags?post=14066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}