[wp-trac] [WordPress Trac] #54007: Custom Post Type, missing meta boxes in edit screen (featured image, custom taxonomy)

WordPress Trac noreply at wordpress.org
Tue Aug 31 13:16:55 UTC 2021


#54007: Custom Post Type, missing meta boxes in edit screen (featured image, custom
taxonomy)
------------------------------+------------------------------
 Reporter:  geertvanderheide  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  General           |     Version:  5.8
 Severity:  normal            |  Resolution:
 Keywords:  close             |     Focuses:
------------------------------+------------------------------
Changes (by karpstrucking):

 * keywords:   => close


Comment:

 @geertvanderheide I believe this is because you're defining empty values
 for the thumbnail labels:

 {{{
     'featured_image'        => '',
     'set_featured_image'    => '',
     'remove_featured_image' => '',
     'use_featured_image'    => '',
 }}}

 If you define these or remove them this should solve your issue.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54007#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list