최신의 모든 워드프레스 표준 기술에 대해 테마를 테스트 할 수 있는 간단하고 쉬운 방법. 테마 개발에 훌륭한 도구!
평가
4.8
최근 업데이트일
December 20, 2023
버전
20231220
활성화된 설치 항목
30K
테마 점검

The theme check plugin is an easy way to test your theme and make sure it’s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.

The tests are run through a simple admin menu and all results are displayed at once. This is very handy for theme developers, or anybody looking to make sure that their theme supports the latest WordPress theme standards and practices.

트랙 포맷팅 활성화 방법

The Theme Review team use this plugin while reviewing themes and copy/paste the output into trac tickets, the trac system has its own markup language. To enable trac formatting in Theme-Check you need to define a couple of variables in wp-config.php: TC_PRE and TC_POST are used as a ticket header and footer. For example:

define( 'TC_PRE', 'Theme Review:[[br]] - Themes should be reviewed using "define(\'WP_DEBUG\', true);" in wp-config.php[[br]] - Themes should be reviewed using the test data from the Theme Checklists (TC) ----- ' ); define( 'TC_POST', 'Feel free to make use of the contact details below if you have any questions, comments, or feedback:[[br]] [[br]] * Leave a comment on this ticket[[br]] * Send an email to the Theme Review email list[[br]] * Use the #wordpress-themes IRC channel on Freenode.' );

이들 두 개의 vars 중 어느 하나라도 정의 될 경우 새로운 트랙 체크 박스가 점검하세요! 버튼 옆에 나타날 것입니다.

무료Creator 요금제에서
활성화된 설치 항목
30K
테스트된 버전
6.4.4
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.