OpenLampTech issue #67 – Substack Repost

Each week, OpenLampTech is bringing you the best original and curated content from across the PHP web sphere. This week is no different than the previous 66 of this newsletter so enjoy the great reads at your leisure and please share with others. Thank you 👍

(more…)

Remove Single Product Short Description in WooCommerce

More small and impactful customizations in WooCommerce. In this article, I am using PHP code snippets to (temporarily) remove the product short description from displaying on the single product page. Firstly, for all products. Then we will filter for a specific product only, which may simulate a more real-world use case.

(more…)