An easy way to add a plugin for TinyMce in WordPress
Category: PHP
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!
Autocomplete WordPress Hooks in Vim
WordPress is not so supported in Vim, let’s try to improve that.