[wp-trac] [WordPress Trac] #22250: Useful helper function, add_action_with_args()

WordPress Trac noreply at wordpress.org
Sun Oct 21 23:40:22 UTC 2012


#22250: Useful helper function, add_action_with_args()
-----------------------------+-------------------------
 Reporter:  rzen             |       Type:  enhancement
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  General
  Version:                   |   Severity:  normal
 Keywords:  2nd-opinion      |
-----------------------------+-------------------------
 About a year ago, Rarst released a plugin named Advanced Hooks API
 (http://wordpress.org/extend/plugins/advanced-hooks-api/) that adds a
 number of (experimental) wrappers that allow one to hook more elaborate
 events without coding intermediary functions. One of these wrappers in
 particular (add_action_with_args) would save theme and plugin devs an
 annoying amount of work writing dummy functions to simply hook a callback
 that requires a few specific params.

 I pulled just that functionality out of his plugin, distilled it to it's
 simplest form, and added it in to plugin.php. I think this functionality
 has legs, and a number of others agree, but some are not convinced it has
 a home in core. I would LOVE to see it there, as I said it would eliminate
 a ton of unnecessary work, but I present it to you who are smarter than me
 to talk through why it should/shouldn't be.

 Here are some sample use-cases: https://gist.github.com/3928941

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22250>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list