이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Clean up wp_head

설명

With Clean up wp_head you can easily remove all those unused tags in wp_head.

Usage

  1. Go to ‘Clean up wp_head’ under ‘Settings’ menu
  2. Change the options of your choice

Follow the development of this plugin at FredrikMalmgren.com.

스크린샷

  • Admin panel for removing tags in wp_head

설치

  1. Upload the plugin folder to your plugin folder (manually or through ‘Plugins’ / ‘Add new’ menu in WordPress)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Uninstallation

  1. Deactivate the plugin through the ‘Plugins’ menu in WordPress
  2. Click on delete which will both delete plugin files and data stored in database

NB: If you uninstall the plugin in any other way you will manually have to remove these entries the options table:

  • clean_up_rsd_link
  • clean_up_wlwmanifest_link
  • clean_up_wp_generator
  • clean_up_start_post_rel_link
  • clean_up_index_rel_link
  • clean_up_adjacent_posts_rel_link
  • clean_up_feed_links
  • clean_up_feed_links_extra
  • clean_up_feeds

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Clean up wp_head”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Clean up wp_head”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2.1

  • Removed: File with code snippets
  • Updated: Readme.txt

0.2.0

  • New: Added options for removing feeds from wp_admin
  • New: Added options for disabling feeds

0.1.1

  • Bugfix: Missing PHP closing tag
  • Changed: Uses adjacent_posts_rel_link_wp_head instead of adjacent_posts_rel_link

0.1.0

  • Initial release