Skip to content

Commit

Permalink
fix(menu): removed settings
Browse files Browse the repository at this point in the history
  • Loading branch information
elzinko committed Nov 3, 2023
1 parent 4aaa84a commit 8ab9293
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions admin/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ function render_page_settings()
{
?>
<div class="wrap">
<h2>API Shutterstock</h2>
<h2>Settings</h2>

<form method="post" action="options.php">
No settings for now

<!-- <form method="post" action="options.php">
<?php
settings_fields('shutterstock-api-settings');
do_settings_sections('shutterstock-api-settings');
Expand All @@ -49,7 +51,7 @@ function render_page_settings()
</table>

<?php submit_button(); ?>
</form>
</form> -->
</div>
<?php
}
Expand Down

0 comments on commit 8ab9293

Please sign in to comment.