Tag: wordpress
By default, the URLs in the comment are kept as they are. If a user put directly an image URL, it would be nice to replace the URL with …
The Woocommerce by default allows users to leave reviews in the product pages. You can disable them by two methods: Edit A Product Property If you edit the product, …
The Woocommerce does not provide a clear-all button in the Shopping Cart page. But it is very easy to add one. Step 1 – Adding Clear-Cart Action You should …
Woocommerce is a powerful plugin/framework that makes it possible to set up a online-store using WordPress. You can edit the attributes for each goods but sometimes you’ve got so …
WordPress provides an API is_user_logged_in() to check if any user is loggin, but unfortunately, it is not directly available when you write plugins e.g. Plugins are loaded before pluggable.php …