Загрузка страницы

Cleaning up the Header of your Website

Fastest and most secure hosting for US based websites (in my opinion) - https://goo.gl/3nSyWj (note: this link is affiliate link)).
Cleaning up the header of our website.
We will delete links like:
link rel="profile"
link rel="pingback"
link rel="alternate"
link rel="EditURI"
link rel="wlwmanifest"
link rel='shortlink'
meta name="generator"
and so on.

Code for Functions.php file:
remove_action( 'wp_head', 'wp_resource_hints', 2);
remove_action( 'wp_head', 'wp_shortlink_wp_head', 10 );
remove_action('template_redirect', 'wp_shortlink_header', 11);
remove_action( 'wp_head', 'feed_links_extra', 3 );
remove_action( 'wp_head', 'feed_links', 2 );
remove_action( 'wp_head', 'rsd_link' );
remove_action( 'wp_head', 'wlwmanifest_link' );
remove_action( 'wp_head', 'index_rel_link' );
remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 );
remove_action( 'wp_head', 'start_post_rel_link', 10, 0 );
remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 );
remove_action( 'wp_head', 'wp_generator' );

Видео Cleaning up the Header of your Website канала TGM WEB GURU
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
13 октября 2017 г. 15:36:02
00:05:48
Яндекс.Метрика