403Webshell
Server IP : 213.186.33.2  /  Your IP : 216.73.216.39
Web Server : Apache
System : Linux webm005.cluster102.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : symetry ( 21728)
PHP Version : 8.2.31
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/symetry/www/ARCHIVES/web/wp-content/plugins/adminimize/inc-setup/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/symetry/www/ARCHIVES/web/wp-content/plugins/adminimize/inc-setup/admin-footer.php
<?php
/**
 * @package    Adminimize
 * @subpackage Add Hint in Admin Footer
 * @author     Frank Bültge
 */
if ( ! function_exists( 'add_action' ) ) {
	echo "Hi there!  I'm just a part of plugin, not much I can do when called directly.";
	exit;
}

if ( ! is_admin() )
	return NULL;

// on init of WordPress
add_action( 'admin_init', '_mw_adminimize_init_admin_footer' );

function _mw_adminimize_init_admin_footer() {
	
	if ( (int) _mw_adminimize_get_option_value( '_mw_adminimize_advice' ) === 1 )
		add_action( 'in_admin_footer', '_mw_adminimize_add_admin_footer' );
}

/**
 * Hint in wp-footer
 */
function _mw_adminimize_add_admin_footer() {
	
	echo stripslashes( _mw_adminimize_get_option_value( '_mw_adminimize_advice_txt' ) ) . '<br />';
}

Youez - 2016 - github.com/yon3zu
LinuXploit