How to extend a Woocommerce payment gateway to add the support for another subscription plugin.
Category: PHP
How to add autolink plugin to TinyMCE in WordPress
An easy way to add a plugin for TinyMce in WordPress
How to do a Woocommerce Product list shortcode with custom taxonomy
I hate blocks, I prefer shortcode and when an official block like in this case from WooCommerce doesn’t allow you to filter by taxonomy, well it is time to create a shortcode that uses the same HTML tags, CSS classes and structure so you can do it one that works without so much problems. function […]
NeoVim LSP with Intelephense for PHP and WordPress (and others)
Integrate everything in your shiny NeoVim!
PHP Error Log Exporter for Prometheus with Grafana dashboard
Grafana with Prometheus is a good way to profile your customers wbsite when you do support for them. Let’s see some real examples!