Following the latest post about the Theme Sniffer Theme Sniffer is aĀ pluginĀ utilizing custom sniffs forĀ PHP_CodeSnifferĀ that statically analyzes your theme and ensures that it adheres to WordPress coding conventions, as well as checking your code againstĀ PHPĀ version compatibility.
The plugin is available fromĀ GitHub.
Themes are not required to pass the Theme Sniffer scan without warnings or errors to be included in the theme directory. plugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party updates, weāve released an updated RC1 version for you to test.
Theme SnifferĀ is a tool that helps reviewers and developers check the themes they are reviewing/developing against several coding standards.
All the major kinks have been sorted out. What has been improved is
- Fixed ignore warning issue that wasnāt working
- Updated screenshot
- Updated readme files
- Tested on WP 5.1
- Refactored callback function for Ajax run
- Fixed some header The header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitorās opinion about your content and you/ your organizationās brand. It may also look different on different screen sizes. licensing checks (#100Ā issue)
- Added a way to create a finished bundled .zip file on build command
- Minor JS glitches fix
- Bumped the version to 1.0.0 ā as Iād like to put the plugin to the wordpress.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 as the central location for community conversations and organization. https://wordpress.org/ repo
You can see the release on GitHub. And you can download the latest version zip file here.
Installation instructions
The installation instructions for the plugin are the same as for any other plugin:
Go to the admin page, upload the zip file in the Plugins menu, activate it and thatās it.
If you find any issues you can leave a comment here or open an issue on the GitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the āpull requestā where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ repo.