ICF Action Plugin

ICF Action is a simple WordPress widget. All it does is call ‘do_action’ wherever you include it. You might want to do this if you have hook/action based code and you’d like to execute some php code at a certain point in a sidebar or other widget area.

Just add the widget where you want it, and add the action name.  Now, any PHP code with an action hook registered will be called wherever the widget is included.

Right now it just calls ‘do_action’ without any arguments, but I could easily add support for multiple arguments if that would be useful.

 Download

Most current release

Copyright © 2008–2024 Inner Child Fun Media, LLC