A new major after 2 years for my WordPress plugin boilerplate with code generator…
Category: Wordpress
My free software and open source activities of June 2022
More relax or more busy with life?
How to create a Woocommerce Rest endpoint to Add all items to cart
Some snippets to achieve something that Woocommerce still doesn’t after years of REST api in the plugin itself…
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 […]