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 add_action('init','remheadlink');function remheadlink(){remove_action('wp_head','rsd..
Decoded Output download
<?php add_action('init','remheadlink');function remheadlink(){remove_action('wp_head','rsd_link');remove_action('wp_head','wp_generator');remove_action('wp_head','wlwmanifest_link');remove_action('wp_head','feed_links',2);remove_action('wp_head','feed_links_extra',3);remove_action('wp_head','index_rel_link');remove_action('wp_head','parent_post_rel_link');remove_action('wp_head','start_post_rel_link');remove_action('wp_head','wp_shortlink_wp_head');remove_action('wp_head','wp_shortlink_header');remove_action('wp_head','adjacent_posts_rel_link_wp_head');remove_action('template_redirect','wp_shortlink_header',11);remove_action('wp_head','print_emoji_detection_script',7);remove_action('admin_print_scripts','print_emoji_detection_script');remove_action('admin_print_styles','print_emoji_styles');remove_action('wp_print_styles','print_emoji_styles');remove_filter('the_content_feed','wp_staticize_emoji');remove_filter('comment_text_rss','wp_staticize_emoji');remove_filter('wp_mail','wp_staticize_emoji_for_email');}remove_action('wp_head','rest_output_link_wp_head',10);remove_action('template_redirect','rest_output_link_header',11,0);remove_action('wp_head','wp_oembed_add_discovery_links',10);function my_deregister_scripts(){wp_deregister_script('wp-embed');}add_action('wp_footer','my_deregister_scripts');add_filter('xmlrpc_enabled','__return_false');add_filter('wp_headers','remove_x_pingback');function remove_x_pingback($headers){unset($headers['X-Pingback']);return $headers;} add_theme_support('post-thumbnails'); add_image_size('mini',215,90,true); if ( function_exists('register_sidebar') ) { register_sidebar(array( 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h4>', 'after_title' => '</h4>', )); } ?>
Did this file decode correctly?
Original Code
<?php add_action('init','remheadlink');function remheadlink(){remove_action('wp_head','rsd_link');remove_action('wp_head','wp_generator');remove_action('wp_head','wlwmanifest_link');remove_action('wp_head','feed_links',2);remove_action('wp_head','feed_links_extra',3);remove_action('wp_head','index_rel_link');remove_action('wp_head','parent_post_rel_link');remove_action('wp_head','start_post_rel_link');remove_action('wp_head','wp_shortlink_wp_head');remove_action('wp_head','wp_shortlink_header');remove_action('wp_head','adjacent_posts_rel_link_wp_head');remove_action('template_redirect','wp_shortlink_header',11);remove_action('wp_head','print_emoji_detection_script',7);remove_action('admin_print_scripts','print_emoji_detection_script');remove_action('admin_print_styles','print_emoji_styles');remove_action('wp_print_styles','print_emoji_styles');remove_filter('the_content_feed','wp_staticize_emoji');remove_filter('comment_text_rss','wp_staticize_emoji');remove_filter('wp_mail','wp_staticize_emoji_for_email');}remove_action('wp_head','rest_output_link_wp_head',10);remove_action('template_redirect','rest_output_link_header',11,0);remove_action('wp_head','wp_oembed_add_discovery_links',10);function my_deregister_scripts(){wp_deregister_script('wp-embed');}add_action('wp_footer','my_deregister_scripts');add_filter('xmlrpc_enabled','__return_false');add_filter('wp_headers','remove_x_pingback');function remove_x_pingback($headers){unset($headers['X-Pingback']);return $headers;} add_theme_support('post-thumbnails'); add_image_size('mini',215,90,true); if ( function_exists('register_sidebar') ) { register_sidebar(array( 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h4>', 'after_title' => '</h4>', )); } ?>
Function Calls
add_action | 1 |
Stats
MD5 | 7a1779a23dbb4e6c64afb055ab849753 |
Eval Count | 0 |
Decode Time | 93 ms |