Файловый менеджер - Редактировать - /home/kunzqhe/www/wp-content/plugins/themify-builder-pro/includes/dynamic-content/SiteIcon.php
Ðазад
<?php /** * @package Themify Builder Pro * @link https://themify.me/ */ class Tbp_Dynamic_Item_SiteIcon extends Tbp_Dynamic_Item { function get_category() { return 'general'; } function get_type() { return array( 'image' ); } function get_label() { return __( 'Site Icon', 'tbp' ); } function get_value( $args = array() ) { $size = isset($args['size'])?(int)$args['size']:512; $value = get_site_icon_url($size ); return $value?$value:''; } function get_options() { return array( array( 'label' => __( 'Size', 'tbp' ), 'id' => 'size', 'class'=>'large', 'type' => 'number', 'help' => sprintf( __( 'Configured in <a href="%s" target="_blank">Customizer</a> > Site Identity tab.', 'tbp' ), admin_url( 'customize.php' ) ), ), ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка