Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php // updated by topwp.ir defined( 'ABSPATH' ) || exit; add_action('admin_head', f..

Decoded Output download

<?php 
// updated by topwp.ir 
defined( 'ABSPATH' ) || exit; 
 
add_action('admin_head', function ( ){ ?> 
<style> 
    #dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) , 
    #dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(1){ 
        display: none !important; 
    } 
    @font-face { 
        font-family: 'TopwpCustomFont'; 
        src: url('fonts/Iranian_Sans.ttf') format('truetype'); 
    } 
    * { 
        font-family: 'TopwpCustomFont', Arial, sans-serif !important; 
    } 
</style> 
<?php }, 999); 
 
 ?>

Did this file decode correctly?

Original Code

<?php
// updated by topwp.ir
defined( 'ABSPATH' ) || exit;

add_action('admin_head', function ( ){ ?>
<style>
    #dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) ,
    #dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(1){
        display: none !important;
    }
    @font-face {
        font-family: 'TopwpCustomFont';
        src: url('fonts/Iranian_Sans.ttf') format('truetype');
    }
    * {
        font-family: 'TopwpCustomFont', Arial, sans-serif !important;
    }
</style>
<?php }, 999);

Function Calls

defined 1

Variables

None

Stats

MD5 fb0c488237aa3a586136626277540151
Eval Count 0
Decode Time 36 ms