Changes between Initial Version and Version 1 of Ticket #22218, comment 2
- Timestamp:
- 10/18/12 15:11:14 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22218, comment 2
initial v1 5 5 Looking at your code the only thing I am not sure of is the line: 6 6 7 {{{$args = func_get_args();}}} 7 {{{ 8 $args = func_get_args(); 9 }}} 8 10 9 11 I assume the hook parameters specified in {{{do_action()}}} get placed into {{{$args}}}? If that's correct I'm unclear how this works. Any pointers would be appreciated. :)