Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59669, comment 11


Ignore:
Timestamp:
11/01/2023 12:53:31 PM (11 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59669, comment 11

    initial v1  
    11Just curious, why callbacks (as function params) and not filters? The (basic) difference between callbacks as params and filters is that with filters many plugins can apply callbacks at the same time, i.e. work in sync. With separate callbacks all plugins will have to rerun the same functions again and again.
    22
    3 Looking ast gthe code here, these callbacks seem like an anti-pattern in WP?
     3Looking at the code here, these callbacks seem like an anti-pattern in WP?