Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 3.0.7.0
- * @ Author : DeZender
- * @ Release on : 22.06.2017
- * @ Official site : http://DeZender.Net
- *
- */
- include 'lic.pro.yazar';
- global $aresdata;
- add_action( 'init', 'register_my_menus' );
- add_filter( 'excerpt_length', 'new_excerpt_length' );
- register_sidebars( 1, array( 'name' => 'sidebar' ) );
- add_theme_support( 'post-thumbnails' );
- add_image_size( 'post-thuxmbnails', 160, 91, true );
- add_image_size( 'post-single-thumbnails', 300, 171, true );
- add_action( 'wp_footer', 'my_deregister_scripts' );
- add_action( 'init', 'disable_wp_emojicons' );
- add_filter( 'emoji_svg_url', '__return_false' );
- add_action( 'widgets_init', 'remove_recent_comments_style' );
- remove_action( 'wp_head', 'wp_generator' );
- remove_action( 'wp_head', 'rest_output_link_wp_head' );
- remove_action( 'wp_head', 'wp_oembed_add_discovery_links' );
- remove_action( 'template_redirect', 'rest_output_link_header', 11, 0 );
- .................................................................
- ................................
- ............
Advertisement
Add Comment
Please, Sign In to add comment