Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/plugins/code4rest-pro/dist/dark-mode/learndash-focus-header-options.php
Ðазад
<?php /** * Dark Mode Options. * * @package Code4rest_Pro */ namespace Code4rest_Pro; use Code4rest\Theme_Customizer; use function Code4rest\code4rest; Theme_Customizer::add_settings( array( 'dark_mode_learndash_enable' => array( 'control_type' => 'code4rest_switch_control', 'section' => 'sfwd_lesson_layout', 'priority' => 10, 'default' => code4rest()->default( 'dark_mode_learndash_enable' ), 'label' => esc_html__( 'Enable Dark Mode Switch in LearnDash Focus Mode Header?', 'code4rest-pro' ), 'transport' => 'refresh', ), 'dark_mode_learndash_lesson_only' => array( 'control_type' => 'code4rest_switch_control', 'section' => 'sfwd_lesson_layout', 'priority' => 10, 'default' => code4rest()->default( 'dark_mode_learndash_lesson_only' ), 'label' => esc_html__( 'Only show dark mode in Lessons?', 'code4rest-pro' ), 'transport' => 'refresh', 'context' => array( array( 'setting' => 'dark_mode_learndash_enable', 'operator' => '=', 'value' => true, ), ), ), 'dark_mode_learndash_lesson_logo' => array( 'control_type' => 'media', 'section' => 'sfwd_lesson_layout', 'priority' => 10, 'transport' => 'refresh', 'mime_type' => 'image', 'default' => '', 'label' => esc_html__( 'LearnDash Focus Mode Dark Mode Logo', 'code4rest-pro' ), 'context' => array( array( 'setting' => 'dark_mode_learndash_enable', 'operator' => '=', 'value' => true, ), ), ), ) );
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка