Tom Forrer
Actions
Filters
// Action registrierenadd_action($hook, $callback, $priority, $argCount)// Filter registrierenadd_filter($hook, $callback, $priority, $argCount)// Alle Actions eines Hooks ausführendo_action($hook, $arg ...)// Alle Filter eines Hooks auf einen Wert anwendenapply_filters($hook, $value, $var ...)
array(//...'the_content' => array(10 => array($callback1,$callback2),),//...);