🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
strato-assistant
/
inc
/
views
✏️
Editing: settings-page.php
<div class="wrap"> <h1><?php printf( __( '%s - Settings', 'strato-assistant' ), Strato\Assistant\Config::get( 'branding.name' ) ?? 'Assistant' ); ?></h1> <form method="post" action="options.php" novalidate="novalidate"> <?php settings_fields( 'strato_assistant_settings_plugin_options' ); do_settings_sections('strato_assistant_settings_plugin'); submit_button(); ?> </form> </div>
💾 Save Changes
❌ Cancel