March

Writing Custom WP-CLI Command

WordPress core comes with a command-line interface (CLI) called WP-CLI. This interface provides commands that allow developers to access and automate various aspects of WordPress from the command line. The benefits of the command line are that it can run and process on a server more efficiently, and can be scripted. However, there are cases where the core commands provided may not be sufficient, or developers may want to accomplish specific tasks. In such cases, WP-CLI enables developers to extend and write custom commands. We have used this feature extensively in various client projects, where bulk operations are required for…

reduce customer cancellations in WooCommerce orders

How to prevent customers from cancelling WooCommerce orders

If you’re running an eCommerce business, you know that managing customer orders is super important. One crucial step in the customer journey is order cancellation, which may vary depending on your business needs. You might even have specific conditions under which an order can be canceled. By default, WooCommerce allows customers to cancel an order if it’s in a pending payment or failed status. Also, pending orders are canceled based on store settings. However, if you’re looking to customize these default settings, WooCommerce has got you covered. In this article, we’ll explore various case scenarios and recommend different solutions based…

lubus-monthly-highlights-february-2024

LUBUS Highlights February 2024

WordCamp Pune We had a fantastic time participating in WordCamp Pune as sponsors, facilitators, and attendees. This year’s WordCamp Pune was different from the usual sessions, as it was a day full of practical, hands-on workshops for participants. Ajit enjoyed the workshop on WP-CLI, while Amit and Sagar learned a lot about accessibility. A glimpse of the team at WordCamp Pune. WP-CLI Workshops and Peer Learning We believe in peer learning and conducting workshops to encourage our team to learn and grow together. Our team usually pairs up during coding challenges and hosts short workshops to facilitate learning. Recently, we…