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 a1078fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elementor-media-validator-plugin",
"version": "0.5.0",
"version": "0.5.1",
"description": "Elementor media validator plugin",
"author": "Thomas Couderc",
"license": "See license in LICENSE",
Expand Down

0 comments on commit a1078fb

Please sign in to comment.