Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50681, comment 3


Ignore:
Timestamp:
09/25/2020 09:32:03 PM (5 years ago)
Author:
rsepierre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50681, comment 3

    initial v1  
    88
    99
    10 I can assure you that many theme handle image sizes on their own (because native ones are quite messy) and I can provide links to examples (other than my own) if necessary.
     10I can assure you that many theme handle image sizes on their own (because native ones are quite messy) and I can provide links to examples (other than my owns) if necessary.
    1111
    1212changing the hook from "plugins_loaded" to "init" is not only the **recommended wordpress standard** written in the documentation. It is also NOT BLOCKING every theme developer from interacting with the action.