설명
This plugin logs the usage of deprecated files, functions, and function arguments. It identifies where the deprecated functionality is being used and offers the alternative if available.
This is a plugin for developers. WP_DEBUG is not needed, though its general usage is strongly recommended. Deprecated notices normally exposed by WP_DEBUG will be logged instead.
This plugin also logs incorrect function usage, which WordPress started reporting in 3.1.
Please report any bugs to plugins in a support thread.
This is young software. It works, but there’s a lot left on the todo (check out the Other Notes tab). Have an idea? Let me know.
Ideas
These are the various things on the @todo:
- Plugin identification. Also, an unobstrusive note on plugins page next to said plugins.
- Perhaps the ability to auto-purge the log.
- Ability to filter on file or plugin in which the deprecated functionality is used.
- Offer some kind of better multisite support.
Want to add something here? I’m all ears. plugins at andrewnacin.com or @nacin on Twitter.
I will prioritize these tasks based on feedback, so let me know what you’d like to see.
스크린샷
설치
워드 프레스를 통해 자동 설치 :
- 당신의 워드 프레스 관리자 영역에서 ‘추가 새로운’플러그인 화면으로 이동
- Search for ‘Log Deprecated Notices’
- ‘지금 설치’를 클릭하고 플러그인을 활성화
- View the log in the ‘Tools’ menu, under ‘Deprecated Calls’
FTP를 통해 수동 설치 :
- Upload the
log-deprecated-notices
directory to the/wp-content/plugins/
directory - 당신의 워드 프레스 관리자 영역에서 ‘플러그인’화면을 통해 플러그인을 활성화
대신 FTP의, 워드 프레스를 통해 플러그인을 업로드하려면 :
- 당신의 워드 프레스 관리자 영역에서 ‘추가 새로운’플러그인 화면 ( ‘업로드’탭 참조)에 다운로드 한 zip 파일을 업로드하고 활성화합니다.
This plugin is will remove log entries when it is uninstalled and deleted.