Changes between Initial Version and Version 1 of Ticket #17019, comment 21
- Timestamp:
- 04/08/2011 05:27:26 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17019, comment 21
initial v1 1 1 To put it another way: you're moving the context check from the callback to the caller - apply_filters(). 2 2 3 An if in apply_filters() is called for ''every'' filter, whereas an ifin the callback is called only for that particular filter.3 An {{{if}}} in apply_filters() is called for ''every'' filter, whereas an {{{if}}} in the callback is called only for that particular filter.