Skip to content

Instantly share code, notes, and snippets.

@iiiBird
Last active August 29, 2015 14:16
Show Gist options
  • Save iiiBird/651505e11aa469741470 to your computer and use it in GitHub Desktop.
Save iiiBird/651505e11aa469741470 to your computer and use it in GitHub Desktop.
Удалить лишнее из head
<?php
remove_action('wp_head','wp_enqueue_scripts');
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'wp_generator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment