-
·
Common APIs handbook
Common APIs Handbook serves as a clearinghouse for documentation on all APIs present within the WordPress software as well as APIs available from the WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well…
-
·
The 5 minute review
This is step 12 of our onboarding guide to becoming a reviewer Sometimes, we don’t have enough time to review an entire theme. But there are still ways that we can help. Open the New queue on the themes tracTrac Trac is the place where contributors create issues for bugs or feature requests much like…
-
·
Licensing -assets
This is step 11 of our onboarding guide to becoming a reviewer So far we have checked the license and copyright for the theme itself, and the information on the theme authors website. The next step is to locate assets in the theme folder, and confirm their licenses. The most common problem we find is…
-
·
Licensing, -both easy and difficult
This is step 10 of our onboarding guide to becoming a reviewer Always start the review by confirming the license information. If you find that the theme is not 100% compatible with GPLGPL GPL is an acronym for GNU Public License. It is the standard license WordPress uses for Open Source licensing https://wordpress.org/about/license/. The GPL…
-
·
How to write and save the review
This is step 9 of our onboarding guide to becoming a reviewer So you now have a theme, and you have access to the ticket in TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/.. Before we go back to the requirements and how to actually check…
-
·
Finding a theme to review
This is step 8 of our onboarding guide to becoming a reviewer If you reached this page via the Theme Team’s blog, and you have not read the previous steps, please go to step one. 1) Say Hello! -We would love to meet you! If you haven’t already, come in and say hello to the…
-
·
Getting to know the requirements
This is step 7 of our onboarding guide to becoming a reviewer For a theme to be added to the Theme Directory, the theme must: be GPLGPL GPL is an acronym for GNU Public License. It is the standard license WordPress uses for Open Source licensing https://wordpress.org/about/license/. The GPL is a ‘copyleft’ license https://www.gnu.org/licenses/copyleft.en.html. This…
-
·
Installing plugins and content
This is step 6 of our onboarding guide to becoming a reviewer Plugins Plugins for automated checking against the WordPress Theme Review Coding Standards and requirements are essential for the review. The plugins can not replace a manual review, but they can help us do better and faster reviews. Plugins catches things that we did…
-
·
Set WP_DEBUG to true
This is step 5 of our onboarding guide to becoming a reviewer To be able to test themes, we need to see PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/index.php errors, warnings or…