| Server IP : 51.91.236.193 / Your IP : 216.73.216.224 Web Server : Apache System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : institutah ( 16501) PHP Version : 7.2.34 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/i/n/s/institutah/www/wp-content/plugins/shortcodes-ultimate/admin/partials/pages/ |
Upload File : |
<?php defined( 'ABSPATH' ) || exit; ?> <div id="su_admin_settings" class="wrap su-admin-settings wp-clearfix"> <h1><?php $this->the_page_title(); ?></h1> <?php settings_errors(); ?> <form action="options.php" method="post"> <?php if ( isset( $_GET['advanced'] ) ) : ?> <div class="notice notice-warning"> <p> <strong><?php esc_html_e( 'Warning!', 'shortcodes-ultimate' ); ?></strong><br> <?php esc_html_e( 'You are editing advanced settings. Do NOT modify anything in here unless you know what you are doing.', 'shortcodes-ultimate' ); ?> </p> <p> <a href="<?php echo esc_attr( $this->get_component_url() ); ?>">← <?php esc_html_e( 'Return to main settings', 'shortcodes-ultimate' ); ?></a> </p> </div> <?php settings_fields( $this->plugin_prefix . 'advanced-settings' ); ?> <?php do_settings_sections( $this->plugin_prefix . 'advanced-settings' ); ?> <?php else : ?> <?php settings_fields( rtrim( $this->plugin_prefix, '-_' ) ); ?> <?php do_settings_sections( $this->plugin_prefix . 'settings' ); ?> <?php endif; ?> <?php submit_button(); ?> </form> <?php if ( ! isset( $_GET['advanced'] ) ) : ?> <p><a href="<?php echo esc_attr( add_query_arg( 'advanced', '', $this->get_component_url() ) ); ?>"><?php esc_html_e( 'Advanced settings', 'shortcodes-ultimate' ); ?></a></p> <?php endif; ?> </div>