[…] Calendar, so it’s available via the other iOS devices. ImageOptim. Previously, I was using this to compress images before uploading them to my blog; however, there are plugins that I’m happy to use. I also don’t really worry about compression size when charing things via social media thanks to tools like GIF Compressor (after all, […]
Search: “plugins” (Page 96 of 130)
We found 650 results for your search.
[…] screen (such as a settings screen) should look as close to the core UI as possible. Not everyone agrees, and it’s evident by the vast array of plugins that are available. But that’s my position on it. Periodically, I’m asked how I structure the UIs of projects when they need administration screens and how […]
[…] the scope of our discussion. This is because WordPress is built with both and because certain aspects of WordPress development can be written with procedural code, like plugins and themes, and others require object-oriented development like widgets. Analysis and Design So often, the first thing that we want to do, as developers (budding or […]
[…] valet secure So that I can access the site in a browser. For those who are curious, I’m using: WordPress 4.8.3 twentyfifteen Clean permalinks And no other plugins. It’s just a vanilla installation other than what you see above. At this point, I’m ready to install Timber. 2. Installing Timber Assuming you followed the […]
One of the easiest things that we can do when working on WordPress plugins is to drop require_once or include_once statements throughout our code. And why not? It’s an easy way to bring in all of the necessary files or dependencies for a given class, have it easily readable, and not have to worry about creating huge […]

