. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 94.23.64.18 / Your IP :
216.73.216.185 [
Web Server : Apache System : Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : villadal ( 6036) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/villadal/www/wp-content/plugins/iubenda-cookie-law-solution/views/ |
Upload File : |
<?php
/**
* Global plugin setting - global - page.
*
* @package Iubenda
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Including partial header.
require_once IUBENDA_PLUGIN_PATH . '/views/partials/header.php';
?>
<div class="main-box">
<?php
// Including partial site-info.
require_once IUBENDA_PLUGIN_PATH . '/views/partials/site-info.php';
// Including partial breadcrumb.
require_once IUBENDA_PLUGIN_PATH . 'views/partials/breadcrumb.php';
?>
<form class="iub-ajax-form-to-options">
<input hidden name="iubenda_section_name" value="iubenda_plugin_settings">
<input hidden name="action" value="save_plugin_settings_options">
<?php wp_nonce_field( 'iub_save_plugin_settings_options_nonce', 'iub_plugin_settings_nonce' ); ?>
<input hidden name="_redirect" value="<?php echo esc_url( add_query_arg( array( 'view' => 'products-page' ), iubenda()->base_url ) ); ?>">
<div class="p-3 m-3">
<label class="checkbox-regular">
<input type="checkbox" class="mr-2" name="iubenda_plugin_settings[ctype]" value="1" <?php checked( true, (bool) iubenda()->options['cs']['ctype'] ); ?>>
<span><?php esc_html_e( 'Restrict the plugin to run only for requests that have "Content-type: text / html" (recommended)', 'iubenda' ); ?></span>
</label>
<label class="checkbox-regular">
<input type="checkbox" class="mr-2" name="iubenda_plugin_settings[output_feed]" value="1" <?php checked( true, (bool) iubenda()->options['cs']['output_feed'] ); ?>>
<span><?php esc_html_e( 'Do not run the plugin inside the RSS feed (recommended)', 'iubenda' ); ?></span>
</label>
<label class="checkbox-regular">
<input type="checkbox" class="mr-2" name="iubenda_plugin_settings[output_post]" value="1" <?php checked( true, (bool) iubenda()->options['cs']['output_post'] ); ?>>
<span><?php esc_html_e( 'Do not run the plugin on POST requests (recommended)', 'iubenda' ); ?></span>
</label>
<label class="checkbox-regular">
<input type="checkbox" class="mr-2" name="iubenda_plugin_settings[deactivation]" value="1" <?php checked( true, (bool) iubenda()->options['cs']['deactivation'] ); ?>>
<span><?php esc_html_e( 'Delete all plugin data upon deactivation', 'iubenda' ); ?></span>
</label>
<div class="mt-5">
<h4><?php esc_html_e( 'Menu position', 'iubenda' ); ?></h4>
<div class="mb-2 d-flex align-items-center flex-wrap">
<label class="radio-regular mr-3">
<input type="radio" name="iubenda_plugin_settings[menu_position]" value="topmenu" class="mr-2" <?php checked( 'topmenu', iubenda()->options['cs']['menu_position'] ); ?>>
<span><?php esc_html_e( 'Top menu', 'iubenda' ); ?></span>
</label>
<label class="mr-4 radio-regular text-xs">
<input type="radio" name="iubenda_plugin_settings[menu_position]" value="submenu" class="mr-2" <?php checked( 'submenu', iubenda()->options['cs']['menu_position'] ); ?>>
<span><?php esc_html_e( 'Submenu', 'iubenda' ); ?></span>
</label>
</div>
<p class="description"><?php esc_html_e( 'Select whether to display iubenda in a top admin menu or the Settings submenu.', 'iubenda' ); ?></p>
</div>
</div>
<hr>
<div class="p-4 d-flex justify-content-end">
<input class="btn btn-gray-lighter btn-sm mr-2" type="button" value="<?php esc_html_e( 'Cancel', 'iubenda' ); ?>" onclick="window.location.href = '<?php echo esc_url( add_query_arg( array( 'view' => 'products-page' ), iubenda()->base_url ) ); ?>'"/>
<button type="submit" class="btn btn-green-primary btn-sm" value="Save" name="save">
<span class="button__text"><?php esc_html_e( 'Save settings', 'iubenda' ); ?></span>
</button>
</div>
</form>
</div>
<?php
// Including partial footer.
require_once IUBENDA_PLUGIN_PATH . 'views/partials/footer.php';
?>