David Artiss
David Artiss
@David@artiss.blog
1,224 posts
0 followers
Profile

artiss.blog

Homepage

artiss.blog

  • How to add PHPCS checking to Sublime Text

    If you’re rocking a shiny in stall of PHPCS and want to integrate it into Sublime Text then, thankfully, the process is relatively straightforward… Technically, that’s all there is to it.

  • PHPCS and WordPress: Which sniff to use?

    Which WordPress sniff? When using PHPCS for checking WordPress code, there are a number of sniffs/rulesets that you can use… As a developer, I’m not sure why you’d want to use anything other than the whole set, so I’d recommend using the WordPress sniffs. Use a VIP sniff? If you’re using the set-up that I…

  • YouTube Embed: One of the Best WordPress Video Player Plugins to Try in 2023

    WordPress theme company, Astra, have reviewed video player WordPress plugins and consider my very own YouTube Embed to be one of the best. And, to be fair, it was a tough crowd. Whereas YouTube Embed is specifically just for YouTube videos and then only using the capabilities of Google’s own API, the rest of the…

  • How to add PHPCS checking to Visual Studio Code

    If you’re rocking VS Code and would like to automate PHPCS checking from within the editor, look no further. Not installed PHPCS yet? Check out my guide first. Once that’s done, thankfully, the process to do this is quite simple…

  • Installing PHPCS on MacOS

    If you’re developing for WordPress then, in my opinion, use of PHPCS to help validate your code is critical. However, anyone can develop without necessarily being a whizz with the command line (and I include myself in that bracket). So, having just gone through a PHPCS install with a freshly-baked MacBook, I thought I’d share…