php Eliminar cabeceras innecesarias
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Eliminar cabeceras innecesarias相关的知识,希望对你有一定的参考价值。
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wp_generator');
remove_action('wp_head', 'feed_links', 2);
remove_action('wp_head', 'index_rel_link');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'feed_links_extra', 3);
remove_action('wp_head', 'start_post_rel_link', 10, 0);
remove_action('wp_head', 'parent_post_rel_link', 10, 0);
remove_action('wp_head', 'adjacent_posts_rel_link', 10, 0);
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
remove_action( 'wp_print_styles', 'print_emoji_styles' );
add_filter('the_generator','killVersion');
function killVersion() { return ''; }
remove_action('wp_head', 'wp_generator');
add_filter( 'wp_headers', 'remove_x_pingback_header' );
function remove_x_pingback_header( $headers ) {
unset( $headers['X-Pingback'] );
return $headers;
}
以上是关于php Eliminar cabeceras innecesarias的主要内容,如果未能解决你的问题,请参考以下文章
php Eliminar rango de precios
php Eliminar“Categoria”deltítuloen帖子
php Eliminar caracteres al subir archivos
php Eliminar las migas de pan
php Eliminar widget por defecto del dashboard
php Eliminar campos relativos aladirecciónenel checkout