Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/negan/framework/configs/options/popup.php
Назад
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * Popup settings * * @param array $sections An array of our sections. * @return array */ function negan_options_section_popup( $sections ){ $sections['popup'] = array( 'name' => 'popup_panel', 'title' => esc_html__('Newsletter Popup', 'negan'), 'icon' => 'fa fa-check', 'fields' => array( array( 'id' => 'enable_newsletter_popup', 'type' => 'switcher', 'title' => esc_html__('Enable Newsletter Popup', 'negan'), 'default' => false ), array( 'id' => 'popup_max_width', 'type' => 'text', 'title' => esc_html__("Popup Max Width", 'negan'), 'default' => 790, 'dependency' => array('enable_newsletter_popup', '==', 'true') ), array( 'id' => 'popup_max_height', 'type' => 'text', 'title' => esc_html__("Popup Max Height", 'negan'), 'default' => 430, 'dependency' => array('enable_newsletter_popup', '==', 'true') ), array( 'id' => 'popup_background', 'type' => 'background', 'title' => esc_html__('Popup Background', 'negan'), 'dependency' => array('enable_newsletter_popup', '==', 'true') ), array( 'id' => 'only_show_newsletter_popup_on_home_page', 'type' => 'switcher', 'title' => esc_html__('Only showing on homepage', 'negan'), 'default' => false, 'dependency' => array('enable_newsletter_popup', '==', 'true') ), array( 'id' => 'disable_popup_on_mobile', 'type' => 'switcher', 'title' => esc_html__("Don't show popup on mobile", 'negan'), 'default' => false, 'dependency' => array('enable_newsletter_popup', '==', 'true') ), array( 'id' => 'newsletter_popup_delay', 'type' => 'text', 'title' => esc_html__('Popup showing after', 'negan'), 'info' => esc_html__('Show Popup when site loaded after (number) seconds ( 1000ms = 1 second )', 'negan'), 'default' => '2000', 'dependency' => array('enable_newsletter_popup', '==', 'true'), ), array( 'id' => 'show_checkbox_hide_newsletter_popup', 'type' => 'switcher', 'title' => esc_html__("Display option \"Don't show this popup again\"", 'negan'), 'default' => false, 'dependency' => array('enable_newsletter_popup', '==', 'true') ), array( 'id' => 'popup_dont_show_text', 'type' => 'text', 'title' => esc_html__("Text \"Don't show this popup again\"", 'negan'), 'default' => 'Do not show popup anymore', 'dependency' => array('enable_newsletter_popup|show_checkbox_hide_newsletter_popup', '==|==', 'true|true'), ), array( 'id' => 'newsletter_popup_show_again', 'type' => 'text', 'title' => esc_html__('Back display popup after', 'negan'), 'info' => esc_html__('Enter number day', 'negan'), 'default' => '1', 'dependency' => array('enable_newsletter_popup|show_checkbox_hide_newsletter_popup', '==|==', 'true|true'), ), array( 'id' => 'newsletter_popup_content', 'type' => 'wp_editor', 'title' => esc_html__('Newsletter Popup Content', 'negan'), 'dependency' => array('enable_newsletter_popup', '==', 'true'), ) ) ); return $sections; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка