Dateien nach "includes" hochladen
This commit is contained in:
12
includes/settings-tab.php
Normal file
12
includes/settings-tab.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Diese Datei wird in der Haupt-Admin-Datei included.
|
||||
?>
|
||||
<div class="teamcard-tab-content">
|
||||
<form action="options.php" method="post">
|
||||
<?php
|
||||
settings_fields('teamcard_settings_group');
|
||||
do_settings_sections('teamcard_settings');
|
||||
submit_button('Einstellungen speichern');
|
||||
?>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user