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

Just Disable It

설명

Disable WordPress features for a faster, cleaner, more secure experience.

Currently these features can be disabled:

  • XMLRPC
  • REST API (when logged out)
  • Sitemaps (WordPress core generated)
  • RSS feeds (WordPress core generated)
  • Comments
  • Search (frontend only)
  • Author archives
  • Attachment pages
  • 404 guessing
  • Emoji scripts cruft
  • srcset’s (WordPress core generated)
  • WordPress branding logos (admin bar, login page)
  • Disable select admin sidebar menus

스크린샷

  • Disable features settings page.
  • Disable admin menu options.

후기

2023년 10월 2일
Any plugin that can disable unnecessary WordPress bloat has my approval. May I also suggest: Remove Gutenberg block library CSS function remove_wp_block_library_css(){ wp_dequeue_style( ‘wp-block-library’ ); wp_dequeue_style( ‘wp-block-library-theme’ ); wp_dequeue_style( ‘wc-blocks-style’ ); } add_action( ‘wp_enqueue_scripts’, ‘remove_wp_block_library_css’, 100 ); Remove front-end admin bar show_admin_bar(false);
모든 1 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Just Disable It”(을)를 번역하세요.

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

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

변경이력

1.1.2

  • Add option to disable attachment pages.

1.1.1

  • Change plugin file.

1.1.0

  • Add option to disable admin menus.

1.0

  • Initial release.