In WooCommerce, checking the purchased items for each order can be cumbersome as it often requires opening each individual order or downloading reports. However, there’s a faster solution. This code snippet restores a useful feature that was once part of WooCommerce by adding a new column to the WooCommerce orders list (Woocommerce>Orders). The column displays […]
WordPress & WooCommerce Hooks and Snippets: Customizing and Extending Functionality
In this section, we focus on enhancing your WordPress and WooCommerce sites using hooks and custom code snippets. Hooks allow you to modify or extend the functionality of your website without directly editing core files, making your site more flexible, efficient, and easier to maintain. This approach empowers you to tailor your website’s features according to specific business needs while maintaining compatibility with future updates.
Whether you're looking to improve your site’s speed, security, or functionality, the hooks and snippets shared here will help you customize WordPress and WooCommerce to meet your exact requirements. From simple tweaks to complex customizations, you'll find solutions that help you get the most out of your website.
How To Customize Yoast SEO Breadcrumbs in WordPress
The Yoast SEO plugin is a popular choice for optimizing content for search engines, and it includes a feature for generating breadcrumbs. Breadcrumbs are a navigational aid that helps users understand the site structure and easily navigate back to previous pages. This hook allows users to add a custom “Blog” link in the Yoast SEO […]
How to remove Rank Math plugin dashboard notification
Rank Math is a great SEO plugin that do an amazing job. The only thing that constantly bothers me and my clients is the annoying alerts inside the Wordpress admin area. Unfortunately they don’t disappear if you click on the “X”. If you too are fed up with the notifications from the Rank Math plugin, […]
Replacing original image with a smaller copy in Wordpress
This hook is particularly beneficial for those aiming to optimize server disk space. If you frequently upload large images to your WordPress site, you may encounter the challenge of expanding disk space over time. While some web hosts might not find this problematic, if you’re hosted on Rocket.net, additional charges may apply for the space […]
How To Add An Additional CSS Class To a Whole Page in Elementor
This post is about a simple helper for Elementor that will make your life easier. If you’ve ever created your template for Elementor, you’ve probably encountered the problem that you can’t set an additional class for the entire template. Yes, you can add a class for any block, element, or section, but you can’t do […]