D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
image-widget
/
views
/
Filename :
widget.php
back
Copy
<?php /** * Widget template. This template can be overriden using the "sp_template_image-widget_widget.php" filter. * See the readme.txt file for more info. */ // Block direct requests if ( ! defined( 'ABSPATH' ) ) die( '-1' ); echo $before_widget; if ( ! empty( $title ) ) { echo $before_title . $title . $after_title; } echo $this->get_image_html( $instance, true ); if ( ! empty( $description ) ) { echo '<div class="' . esc_attr( $this->widget_options['classname'] ) . '-description" >'; echo wpautop( $description ); echo '</div>'; } echo $after_widget;
Name
Size
Last Modified
Owner
Permissions
Actions
index.php
0.025
KB
August 06 2023 10:20:37
ltfsolutionsco
0644
widget-admin.deprecated.php
4.523
KB
August 06 2023 10:20:37
ltfsolutionsco
0644
widget-admin.php
6.998
KB
August 06 2023 10:20:37
ltfsolutionsco
0644
widget.php
0.558
KB
August 06 2023 10:20:37
ltfsolutionsco
0644
2017 © D7net | D704T team