403Webshell
Server IP : 192.158.238.246  /  Your IP : 18.219.151.249
Web Server : LiteSpeed
System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
User : jenniferflocom ( 1321)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/jenniferflocom/www/wp-content/themes/simple-glassy/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jenniferflocom/www/wp-content/themes/simple-glassy/inc/hooks.php
<?php
/**
 * Custom hooks
 *
 * @package SimpleGlassy
 */

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

if ( ! function_exists( 'simpleglassy_site_info' ) ) {
	/**
	 * Add site info hook to WP hook library.
	 */
	function simpleglassy_site_info() {
		do_action( 'simpleglassy_site_info' );
	}
}

add_action( 'simpleglassy_site_info', 'simpleglassy_add_site_info' );
if ( ! function_exists( 'simpleglassy_add_site_info' ) ) {
  /**
   * Add site info content.
   */
  function simpleglassy_add_site_info() {
    $site_info = sprintf(
      '%1$s &copy;%2$s <a href="%3$s" rel="home">%4$s</a> : <a href="%5$s">%6$s</a>. %7$s',
      esc_html__( 'Copyright', 'simple-glassy' ), date_i18n( __( 'Y' , 'simple-glassy' ) ), esc_url( home_url( '/' ) ), esc_html( get_bloginfo( 'name', 'display' ) ), esc_url( home_url( '/' ) ), esc_html( get_bloginfo( 'description', 'display' ) ),
      sprintf(
        /* translators:*/
        esc_html__( 'Theme: %1$s by %2$s.', 'simple-glassy' ), 'Simple Glassy', '<a href="https://www.indocreativemedia.com/free-wordpress-themes/" target="_blank">IndoCreativeMedia</a>'
      )
    );
    echo apply_filters( 'simpleglassy_site_info_content', // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
      wp_kses( $site_info, 
        array( 
          'a' => array(
            'class'   => array(),
            'href'    => array(),
            'rel'     => array(),
            'title'   => array(),
            'target'  => array()
          ) 
        ) 
      ) 
    );
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit