Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
themify-...
/
includes
/
dynamic-...
•
File:
SiteIcon.php
•
Content:
<?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' ) ), ), ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List