Instead of writing up another ‘how to’ post explaining what every filter does, I decided to just share a class I’ve created that can be reused for adding your own settings to WooCommerce with settings tab to the WooCommerce settings page.
Continue Reading…
Tag Archives: WordPress
Related Posts for WordPress
As many of you might know I’ve created a plugin called Post Connector and it’s been up and available for download for some time now. Although most client feedback are positive, I do get a “It’s pretty complicated to work with” support ticket once every while. After asking these clients what they are trying to accomplish with the plugin and what part they find difficult to do, it’s been the same answer every time.
Continue Reading…
Display all hooks that run on your page
Add the following to your functions.php to display a sequential list of all actions that run on the page you’re viewing.
Continue Reading…
Increase your WordPress plugin performance
Poor plugin performance can be caused by many things, but there is one thing that will definitely increase your plugin’s performance: conditional loading. Allot of WordPress plugins load their code on every page, or actually on every request.
Continue Reading…
Switching tabs in WordPress editor not working
One of my clients reported my an issue today that switching tabs in their editor stopped working, we’re talking about the “Visual” and “Text” tabs here. Continue Reading…