Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/inc/customizer/options/general-image-options.php
Ðазад
<?php /** * Header Builder Options * * @package Code4rest */ namespace Code4rest; use Code4rest\Theme_Customizer; use function Code4rest\code4rest; Theme_Customizer::add_settings( array( 'image_border_radius' => array( 'control_type' => 'code4rest_range_control', 'section' => 'general_image', 'label' => esc_html__( 'Border Radius', 'code4rest' ), 'live_method' => array( array( 'type' => 'css', 'selector' => '.entry-content :where(.wp-block-image) img, .entry-content :where(.wp-block-code4rest-image) img', 'property' => 'border-radius', 'pattern' => '$', 'key' => 'size', ), ), 'default' => code4rest()->default( 'image_border_radius' ), 'input_attrs' => array( 'min' => array( 'px' => 0, 'em' => 0, 'rem' => 0, '%' => 0, ), 'max' => array( 'px' => 100, 'em' => 12, 'rem' => 12, '%' => 100, ), 'step' => array( 'px' => 1, 'em' => 0.01, 'rem' => 0.01, '%' => 1, ), 'units' => array( 'px', 'em', 'rem', '%' ), 'responsive' => true, ), ), ) );
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка