GRAYBYTE WORDPRESS FILE MANAGER7273

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.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
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/wp-smushit/app/common/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/wp-smushit/app/common//footer-links.php
<?php
/**
 * Links in the footer.
 *
 * @package WP_Smush
 */
use Smush\Core\Helper;

if ( ! defined( 'WPINC' ) ) {
	die;
}

$hide_footer = false;
$footer_text = sprintf( /* translators: %s - icon */
	esc_html__( 'Made with %s by WPMU DEV', 'wp-smushit' ),
	'<span aria-hidden="true" class="sui-icon-heart"></span>'
);

if ( WP_Smush::is_pro() ) {
	$hide_footer = apply_filters( 'wpmudev_branding_change_footer', $hide_footer );
	$footer_text = apply_filters( 'wpmudev_branding_footer_text', $footer_text );
}

?>

<div class="sui-footer">
	<?php echo wp_kses_post( $footer_text ); ?>
</div>

<ul class="sui-footer-nav">
	<?php
	$roadmap_link = Helper::get_utm_link(
		array(
			'utm_campaign' => 'smush_footer_roadmap',
		),
		'https://wpmudev.com/roadmap/'
	);

	$docs_link = Helper::get_utm_link(
		array(
			'utm_campaign' => 'smush_footer_docs',
		),
		'https://wpmudev.com/docs/'
	);

	$terms_link = Helper::get_utm_link(
		array(
			'utm_campaign' => 'smush_footer_tos',
		),
		'https://wpmudev.com/terms-of-service/'
	);

	if ( ! WP_Smush::is_pro() ) : ?>
		<?php
			$hub_link = Helper::get_utm_link(
				array( 'utm_campaign' => 'smush_footer_hub' ),
				'https://wpmudev.com/hub-welcome/'
			);
		?>
		<li><a href="https://profiles.wordpress.org/wpmudev#content-plugins" target="_blank">
				<?php esc_html_e( 'Free Plugins', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="<?php echo esc_url( $roadmap_link ); ?>" target="_blank">
				<?php esc_html_e( 'Roadmap', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="https://wordpress.org/support/plugin/wp-smushit" target="_blank">
				<?php esc_html_e( 'Support', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="<?php echo esc_url( $docs_link ); ?>" target="_blank">
				<?php esc_html_e( 'Docs', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="<?php echo esc_url( $hub_link ); ?>" target="_blank">
				<?php esc_html_e( 'The Hub', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="<?php echo esc_url( $terms_link ); ?>" target="_blank">
				<?php esc_html_e( 'Terms of Service', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="https://incsub.com/privacy-policy/" target="_blank">
				<?php esc_html_e( 'Privacy Policy', 'wp-smushit' ); ?>
			</a></li>
	<?php elseif ( ! $hide_footer ) : ?>
		<?php
			$hub_link = Helper::get_utm_link(
				array( 'utm_campaign' => 'smush_footer_hub' ),
				'https://wpmudev.com/hub2/'
			);
		?>
		<li><a href="<?php echo esc_url( $hub_link ); ?>" target="_blank">
				<?php esc_html_e( 'The Hub', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="https://wpmudev.com/projects/category/plugins/" target="_blank">
				<?php esc_html_e( 'Plugins', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="<?php echo esc_url( $roadmap_link ); ?>" target="_blank">
				<?php esc_html_e( 'Roadmap', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="https://wpmudev.com/hub2/support/" target="_blank">
				<?php esc_html_e( 'Support', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="<?php echo esc_url( $docs_link ); ?>" target="_blank">
				<?php esc_html_e( 'Docs', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="https://wpmudev.com/hub2/community/" target="_blank">
				<?php esc_html_e( 'Community', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="<?php echo esc_url( $terms_link ); ?>" target="_blank">
				<?php esc_html_e( 'Terms of Service', 'wp-smushit' ); ?>
			</a></li>
		<li><a href="https://incsub.com/privacy-policy/" target="_blank">
				<?php esc_html_e( 'Privacy Policy', 'wp-smushit' ); ?>
			</a></li>
	<?php endif; ?>
</ul>
<?php if ( ! $hide_footer ) : ?>
<ul class="sui-footer-social">
	<li>
		<a href="https://www.facebook.com/wpmudev" target="_blank">
			<i class="sui-icon-social-facebook" aria-hidden="true"></i>
			<span class="sui-screen-reader-text">Facebook</span>
		</a>
	</li>
	<li>
		<a href="https://twitter.com/wpmudev" target="_blank">
			<i class="sui-icon-social-twitter" aria-hidden="true"></i>
		</a>
		<span class="sui-screen-reader-text">Twitter</span>
	</li>
	<li>
		<a href="https://www.instagram.com/wpmu_dev/" target="_blank">
			<i class="sui-icon-instagram" aria-hidden="true"></i>
			<span class="sui-screen-reader-text">Instagram</span>
		</a>
	</li>
</ul>
<?php endif; ?>

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:34
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:34
giriqfky / giriqfky
0644
all-images-smushed-notice.php
0.549 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
circle-progress-bar.php
1.126 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
footer-links.php
4.085 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
footer-plugins-upsell.php
3.134 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
meta-box-footer.php
1.748 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
progress-bar.php
3.026 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
recheck-images-notice.php
3.029 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
scan-progress-bar.php
1.585 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644
summary-segment.php
1.306 KB
June 23 2025 07:12:38
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF