Changes between Version 1 and Version 2 of Ticket #26704, comment 3
- Timestamp:
- 11/28/2019 01:09:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26704, comment 3
v1 v2 1 And why not create a new core function, named i.e. `add_action_array` and `add_filter_array` ? so, we could use that as quick helper. 1 And why not create a new core function, named i.e. `add_action_array` and `add_filter_array` ? so, we could use them as shortands. 2 3 i.e. 4 `add_action_array(['wp_head', 'wp_footer', '...'], 'my_func');`