↧
Dynamic Copyright Revisited … Again
Admittedly this is probably one of my most favorite pieces of code, but it has always had one detracting piece … it is very performance heavy. So, in an effort to reduce this performance hit I have...
View ArticleUsing __ versus using _x
Here’s a thought … most everyone familiar with i18n implementation within WordPress is very familiar with the __ function to return a translatable text string, but not too many use the _x function as...
View ArticlePlugin Compatibility Check
It’s a common practice to add a line in the readme.txt file of a plugin that says: Requires at least: 4.4 This is referencing the minimum WordPress version the plugin is expected to work correctly...
View Article