woof_add_items_keys
Benutze in 'by_‘ Erweiterungen zum Hinzufügen seiner Schlüssel im System, um die Erweiterung sichtbar zu machen
Beispiel:
add_filter('woof_add_items_keys', array($this, 'woof_add_items_keys'));
public function woof_add_items_keys($keys)
{
$keys[] = $this->html_type;
return $keys;
}