����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Removes stuff from wp_head hook
* Author: Waqas Riaz
*/
$homey_cleanhead = homey_option( 'cleanup_wp_head', array (
'feed_links_extra' => '1',
'feed_links' => '1',
'rsd_link' => '1',
'wlwmanifest_link' => '1',
'index_rel_link' => '1',
'parent_post_rel_link' => '1',
'start_post_rel_link' => '1',
'adjacent_posts_rel_link_wp_head' => '1',
'wp_generator' => '1',
) );
if( '1' == isset( $homey_cleanhead['feed_links_extra'] ) ) {
remove_action( 'wp_head', 'feed_links_extra' );
}
if( '1' == isset( $homey_cleanhead['feed_links'] ) ) {
remove_action( 'wp_head', 'feed_links' );
}
if( '1' == isset( $homey_cleanhead['rsd_link'] ) ) {
remove_action( 'wp_head', 'rsd_link' );
}
if( '1' == isset( $homey_cleanhead['wlwmanifest_link'] ) ) {
remove_action( 'wp_head', 'wlwmanifest_link' );
}
if( '1' == isset( $homey_cleanhead['index_rel_link'] ) ) {
remove_action( 'wp_head', 'index_rel_link' );
}
if( '1' == isset( $homey_cleanhead['parent_post_rel_link'] ) ) {
remove_action( 'wp_head', 'parent_post_rel_link', 10 );
}
if( '1' == isset( $homey_cleanhead['start_post_rel_link'] ) ) {
remove_action( 'wp_head', 'start_post_rel_link', 10 );
}
if( '1' == isset( $homey_cleanhead['adjacent_posts_rel_link_wp_head'] ) ) {
remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10 );
}
if( '1' == isset( $homey_cleanhead['wp_generator'] ) ) {
remove_action( 'wp_head', 'wp_generator' );
}
/**
* Removes jetpack devicepx script
*
*/
if ( homey_option( 'remove_jetpack_devicepx', '1' ) ) {
add_action('wp_enqueue_scripts', function(){return wp_dequeue_script('devicepx'); }, 20);
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| functions | Folder | 0755 |
|
|
| ics-parser | Folder | 0755 |
|
|
| metaboxes | Folder | 0755 |
|
|
| options | Folder | 0755 |
|
|
| thumbnails | Folder | 0755 |
|
|
| class-tgm-plugin-activation.php | File | 123.26 KB | 0644 |
|
| homey-hooks.php | File | 281 B | 0644 |
|
| optimizations.php | File | 1.61 KB | 0644 |
|
| register-plugins.php | File | 5.63 KB | 0644 |
|
| vc_extend.php | File | 61.94 KB | 0644 |
|