📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:34:59
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wpcss
/
display
/
inc
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wpcss/display/inc
🔄 Refresh
✏️
Editing: admin.php
Writable
<?php /****************************** -Css For Admin Dashboard ******************************/ function nhncss_admin() { global $nhncss_options; $favicon = $nhncss_options["admin_css"]; $shortcodes = "%BLOG_URL%"; $longcodes = get_bloginfo("wpurl"); $css_link = str_replace($shortcodes,$longcodes,$favicon); ob_start(); ?> <!-- WpCss Start --> <!-- WpCss Version 1.0 : Admin : Visit SuperbCodes.com --> <?php if(!empty($nhncss_options["admin_css"])): ?> <link rel="stylesheet" type="text/css" href="<?php echo $css_link; ?>" /> <?php endif; ?> <?php if(!empty($nhncss_options["admin"])): ?> <style type="text/css"> <?php echo $nhncss_options["admin"]; ?> </style> <?php endif; ?> <!-- WpCss End --> <?php echo ob_get_clean(); } add_action('admin_head', 'nhncss_admin'); ?>
💾 Save Changes
❌ Cancel