Snippets for your wordpress site

Woocommerce: Search customers in ajax based on billing phone num
in this example, we add two fields, one billing_phone and another phone, you can replace either one to use a custom field
Shipping class message in single product page Woocommerce
We will display a message in the frontend based on the shipping class chosen. Based on the shipping class slug we will display the class …
How to embed a lottie animation in wordpress and Elementor with code snippet
This method works without any plugin, by adding the snippet in an HTML block in Gutenberg or Elementor you can embed the lottie. If you …
Allow .json file upload in WordPress (error: Sorry, you are not allowed to upload this file type.)
By using the snippet bellow, you set your wordpress website to allow .json files to be uploaded in the media section.
Hide admin toolbar in WordPress from all users except admins
How to add Bootstrapp in WordPress CSS and Js
You can easily use Bootstrap in your wordpress website, by adding the snippet bellow. With that code, we link the Bootstrap CSS and Javascript files …
In Woocommerce, we can influence the way that related products are shown in the single product page. When using the Yoast SEO plugin, we have …
Learn more with us
WooCommerce Cart Abandonment Recovery: Winning Back Lost Sales In the world of e-commerce, WooCommerce stands …
Several factors can make customers hesitant or cause difficulties during the checkout process: 1.Complicated Navigation: …
1.LiteSpeed Cache: Advantages: 2.W3 Total Cache: Advantages: 3.WP Super Cache: Advantages: 4.WP Rocket: Advantages: 5.Cache …
Effectively using selectors in CSS is essential for writing efficient and maintainable stylesheets. Here are …
Custom CSS itself doesn’t typically have a significant impact on the performance of a WordPress …
Code snippets are small pieces of code that can be inserted into a website’s codebase …