Here’s a step-by-step guide for including custom fonts in WordPress plugins whenever the fonts are not hosted on a content-delivery network.
Search: “plugins” (Page 25 of 130)
We found 650 results for your search.
This tutorial is the first of two that provides a walkthrough of internationalizing WordPress plugins from concept to final product.
[…] in December 2011, I released an initial version of the WordPress Plugin Boilerplate. The purpose of the boilerplate was to provide an easy way to build WordPress plugins. Specifically, the project featured: File organization Documented code Implementation of the Plugin API Action and Filter Reference After the feedback that I received upon thisl release, […]
When it comes to plugin development – be it either widgets or plugins – there are several different ways in which we can instantiate a WordPress plugin. Unfortunately, you’re likely to get a different answer depending on who you ask, or what you read. Case in point: According to the WordPress Codex, instantiating a WordPress […]
The past couple of weeks, I’ve been discussing the challenge of supporting free WordPress plugins. Though I’ve done this in the past, I’ve retired those projects, but am looking to get back into doing so all the while documenting the process here. But first, for those who haven’t been reading the articles up to […]