__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Media RSS Widget Display Template.
*
* @package Nextgen Gallery
* @var \Imagely\NGG\Widget\MediaRSS $self
* @var string $after_title
* @var string $after_widget
* @var string $before_widget
* @var string $before_title
* @var array $instance
* @var string $title
*/
?>
<?php echo wp_kses_post( $before_widget ) . wp_kses_post( $before_title ) . esc_html( $title ) . wp_kses_post( $after_title ); ?>
<ul class='ngg-media-rss-widget'>
<?php if ( ! empty( $instance['show_icon'] ) ) { ?>
<li>
<?php
echo wp_kses_post(
$self->get_mrss_link(
nggMediaRss::get_mrss_url(),
$instance['show_icon'] ?? false,
wp_strip_all_tags( wp_unslash( $instance['mrss_title'] ?? '' ) ),
wp_unslash( $instance['mrss_text'] ?? '' )
)
);
?>
</li>
<?php } ?>
</ul>
<?php echo wp_kses_post( $after_widget ); ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Gallery.php | File | 2.29 KB | 0644 |
|
| MediaRSS.php | File | 853 B | 0644 |
|
| Slideshow.php | File | 384 B | 0644 |
|