| Server IP : 213.186.33.4 / Your IP : 216.73.216.146 Web Server : Apache System : Linux webm005.cluster103.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 : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/siteorigin-panels/settings/tpl/ |
Upload File : |
<div class="wrap" id="panels-settings-page">
<div class="settings-banner">
<span class="icon">
<img src="<?php echo siteorigin_panels_url( 'settings/images/icon-layer.png' ) ?>" class="layer-3" />
<img src="<?php echo siteorigin_panels_url( 'settings/images/icon-layer.png' ) ?>" class="layer-2" />
<img src="<?php echo siteorigin_panels_url( 'settings/images/icon-layer.png' ) ?>" class="layer-1" />
</span>
<h1><?php _e('SiteOrigin Page Builder', 'siteorigin-panels') ?></h1>
<div id="panels-settings-search">
<input type="search" placeholder="<?php esc_attr_e('Search Settings', 'siteorigin-panels') ?>" />
<ul class="results">
</ul>
</div>
</div>
<ul class="settings-nav">
<?php
foreach($settings_fields as $section_id => $section) {
?><li><a href="#<?php echo esc_attr( $section_id ) ?>"><?php echo esc_html( $section['title'] ) ?></a></li><?php
}
?>
</ul>
<?php if( $this->settings_saved ) : ?>
<div id="setting-error-settings_updated" class="updated settings-error">
<p><strong><?php _e('Settings Saved', 'siteorigin-panels') ?></strong></p>
</div>
<?php endif; ?>
<form action="<?php echo admin_url('options-general.php?page=siteorigin_panels') ?>" method="post" >
<div id="panels-settings-sections">
<?php
foreach($settings_fields as $section_id => $section) {
?>
<div id="panels-settings-section-<?php echo esc_attr($section_id) ?>" class="panels-settings-section" data-section="<?php echo esc_attr($section_id) ?>">
<table class="form-table">
<tbody>
<?php foreach( $section['fields'] as $field_id => $field ) : ?>
<tr class="panels-setting">
<th scope="row"><label><?php echo esc_html($field['label']) ?></label></th>
<td>
<?php
$this->display_field( $field_id, $field );
if( !empty($field['description']) ) {
?>
<small class="description" data-keywords="<?php if(!empty($field['keywords'])) echo esc_attr($field['keywords']) ?>">
<?php
echo wp_kses( $field['description'], array(
'a' => array(
'href' => array(),
'title' => array()
),
'em' => array(),
'strong' => array(),
) );
?>
</small>
<?php
}
?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>
<?php
}
?>
</div>
<div class="submit">
<?php wp_nonce_field( 'panels-settings' ) ?>
<input type="submit" value="<?php _e('Save Settings', 'siteorigin-panels') ?>" class="button-primary" />
</div>
</form>
</div>