Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61335


Ignore:
Timestamp:
05/31/2024 03:42:37 PM (14 months ago)
Author:
oglekler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61335 – Description

    initial v1  
    7272}}}
    7373hoping that I don't need any additional logic from the function. I believe that both solutions are not the correct way to do things, and something needs to be done in the core to fix the root of the problem (not the ACF plugin because from one point of view it can have its reason to this call and another is that other plugins can have similar behaviour).
     74
     75I decided to add action on 'current_screen' and call wp_enqueue_media() on widgets screen preventively. But this is also a workaround and cannot be counted as a proper solution.