Small Bugfix

This commit is contained in:
2024-08-12 15:55:53 +02:00
parent 073c167746
commit 574f670ee0
3 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
use Bdp\Libs\WpConfigEditor;
?>
<form action="echo esc_url(admin_url('options-general.php?page=kompass-settings')); ?>" method="post">
<form action="<?php echo esc_url(admin_url('options-general.php?page=kompass-settings')); ?>" method="post">
<input type="hidden" name="save" value="1">
<h2>Kompass Einstellungen</h2>
<table>