Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55019, comment 8


Ignore:
Timestamp:
10/18/2023 03:18:47 PM (19 months ago)
Author:
jhmonroe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55019, comment 8

    initial v1  
    1 FWIW, I'm still getting this issue intermittently when I open certain pages, Featured Image is missing in the WP admin and also does not appear in three dots > preferences > panels > Document settings > *featured image*
     1FWIW, I'm still getting this issue intermittently in v6.3.2 when I open certain pages, Featured Image is missing in the WP admin and also does not appear in three dots > preferences > panels > Document settings > *featured image*
    22
    33Some pages it will show up, others it won't. It's notable that when it does load, it's one of the last things to load on the page after everything else. All the other admin items will load in the sidebar, then template switches from "default template" to "pages" (the block theme site editor version of this), "slug" quickly switches to "URL", author loads, move to trash loads, and featured image area loads. Template & Slug visibly switching leads me to believe the core is running thru classic theme checks first, then loading block theme versions of these items. For some reason the block theme version of Featured image is the last thing to load on the page. Also the fact that other posters mention adding a blank index.php file solves their issue. This makes is seem like the core is still preferring classic theme requirements sporadically depending how quickly the page loads and performs all it's checks.