Trouble understanding apply_filters()
-
In apply_filters()
apply_filters( $tag, $value, $var ... )
I’m having trouble wrapping my head around the $value and $var. I read the codex and it sounds like the $value can be modified, $var not, but I haven’t found any examples of this in the wild. It seems to be used as a way to pass a variable. In which case, what’s the difference between that and the $var? ?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Trouble understanding apply_filters()’ is closed to new replies.