Dashboard Cleaner

설명

Reclaim your admin dashboard: Get rid of annoying banners, unwanted ads and other nuisances.

Dashboard Cleaner allows you to hide any HTML elements from your admin dashboard such as annoying banners, unwanted ads and other nuisances, and basically anything else you want. It works like a DOM inspector: simply point and click on the HTML element you want to hide, select a few options and it’s gone!

Requirements

  • WordPress 3.3+
  • PHP 5.3+

스크린샷

  • Start Dashboard Cleaner from its Toolbar menu.
  • Point and click on the HTML element you want to hide.
  • Select the attribute name/value to filter and click "Create a Filter".
  • It's gone!

설치

  1. Upload the dashboard-cleaner folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ page in WordPress.
  3. Plugin settings are located in the ‘Tools > Dashboard Cleaner’ sub-menu.

FAQ

Where does Dashboard Cleaner store its data?

Its settings are saved to the database, but the filters are saved to a file named dhcl_xxxxx.filter and located inside the /wp-content/uploads/dashboard-cleaner/ folder (single installation) or the /wp-content/uploads/sites/X/dashboard-cleaner/ folders (multisite installation). Removing or renaming that file will simply delete your filters without affecting Dashboad Cleaner settings.

What is the difference between hiding an element and making it invisible?

Hiding will remove the element and the space it occupies; making it invisible will mask the element but will keep the space it occupies. Hiding the element is the preferrered method but in a few cases, it can wrongly alter the whole page layout.

Shall the filter be based on the exact attribute value, or can it be shortened (i.e., partial match)?

Partial match is accepted but whatever value you enter, it must start and end on a word boundary (as opposed to a substring). For more details about this, see the contextual Help tab in Dashboard Cleaner Settings page.

Are field values case sensitive?

The attribute value is case-sensitive, the HTML element and attribute names aren’t.

Will it slow down my site?

Dashboard Cleaner runs only in the back-end section (admin dashboard) not the front-end, hence it won’t affect your visitors.

후기

2017년 8월 11일
Klasse, danke. Genau das habe ich lange, lange gesucht! Thx
모든 4 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Dashboard Cleaner”(을)를 번역하세요.

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

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

변경이력

1.1.6

  • Fixed a deprecated notice on servers running PHP 8+.

1.1.5

  • Added WordPress 5.9 compatibility.

1.1.4

  • Fixed an issue on blogs that are using right to left languages: the settings page was all messed up.

1.1.3

  • WordPress 4.9 compatibility.