Grundfunktionalität zum Senden von E-Mails

This commit is contained in:
2024-03-24 19:52:32 +01:00
parent 5e766bc2e5
commit e9740e86b5
7 changed files with 221 additions and 11 deletions

View File

@ -59,6 +59,13 @@ function kompass_print_gruppen_overview()
<?php
}
echo '</p>';
// Gutenberg-Editor einbinden
wp_editor( '', 'gutenberg_content', array(
'textarea_name' => 'gutenberg_content',
// 'media_buttons' => false, // Deaktivieren der Medien-Upload-Schaltfläche
) );
}
function kompass_get_group_actions(int $groupId, int $participantCount) : string