Addon-Entwicklung
Addon registrieren
add_action('omm_core_components_loaded', function() {
Scope_Registry::register('citations', [
'label' => 'Zitationen',
'addon' => 'omm-citations',
'domains' => ['omm-entry', 'omm-person'],
]);
});