Grundfunktionalität zum Senden von E-Mails
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user