Brotherline AnonSec • Shell
SRV 162.240.68.55 YOU 216.73.216.232 USER tywatomy (1003) 7.4.33 DOMAINS 6 Domains
MySQL cURL WGET Perl Python Sudo
Disabled: exec,passthru,shell_exec,system  •  OS: Linux server.ariapress.org 3.10.0-1160.119.1.el7.tuxcare.els22.x86_64 #1 SMP Mon Aug 18 06:07:12 UTC 2025 x86_64  •  Webserver: Apache
/home/tywatomy/public_html/wp-content/themes/jannah/templates/footer-tiktok.php
<?php
/**
 * Instagram Above Footer
 *
 * This template can be overridden by copying it to your-child-theme/templates/footers/footer-tiktok.php.
 *
 * HOWEVER, on occasion TieLabs will need to update template files and you
 * will need to copy the new files to your child theme to maintain compatibility.
 *
 * @author 		TieLabs
 * @version   7.0.0
 */

defined( 'ABSPATH' ) || exit; // Exit if accessed directly


if( defined( 'QLTTF_PLUGIN_NAME' ) && tie_get_option( 'footer_tiktok' ) && tie_get_option( 'footer_tiktok_source' ) && ! TIELABS_HELPER::is_mobile_and_hidden( 'footer_tiktok' ) ) {

	$feeds = get_option( 'tiktok_feed_feeds' );
	if( empty( $feeds ) || ! is_array( $feeds ) ) {
		TIELABS_HELPER::notice_message( esc_html__( 'No accounts found, Go to TikTok Feed > Feeds to setup your account.', TIELABS_TEXTDOMAIN ) );
	}
	else{

		$id = tie_get_option( 'footer_tiktok_source' );
		$id = str_replace( 'tiktok-', '', $id );

		echo '<div id="footer-tiktok">';
		$tiktok = do_shortcode( '[tiktok-feed id="'. $id .'"]' );
		$tiktok = preg_replace( "/(&quot;limit&quot;:&quot;)(.*?)(&quot;)/",   '&quot;limit&quot;:&quot;6&quot;',   $tiktok );
		$tiktok = preg_replace( "/(&quot;columns&quot;:&quot;)(.*?)(&quot;)/", '&quot;columns&quot;:&quot;6&quot;', $tiktok );
		echo $tiktok;
		echo '</div>';
	}
	
}
Anon7 — 2022  •  AnonSec Team