Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > jetpack > modules > widgets > > flickr
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
form.php | File | 3152 bytes | June 03 2024 23:34:38. | |
style.css | File | 256 bytes | June 28 2017 06:19:28. | |
widget.php | File | 828 bytes | June 03 2024 23:34:38. |
<?php /** * Jetpack_Flickr_Widget frontend widget output. * * @html-template Jetpack_Flickr_Widget::widget * @package automattic/jetpack */ // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable -- HTML template, let Phan handle it. ?> <!-- Start of Flickr Widget --> <div class="flickr-wrapper flickr-size-<?php echo esc_attr( $instance['flickr_image_size'] ); ?>"> <div class="flickr-images"> <?php echo $photos; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Escaping handled in Jetpack_Flickr_Widget class. ?> </div> <?php if ( isset( $flickr_home ) ) { ?> <a class="flickr-more" href="<?php echo esc_url( $flickr_home, array( 'http', 'https' ) ); ?>"> <?php esc_html_e( 'More Photos', 'jetpack' ); ?> </a> <?php } ?> </div> <!-- End of Flickr Widget -->
SILENT KILLER Tool