Theme Sniffer plugin v1.0.0-RC1 version

Following the latest post about the Theme SnifferTheme 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. pluginPlugin 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 headerHeader 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.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 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 GitHubGitHub 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.