Custom WordPress Snippets
A collection of custom WordPress plugins, code snippets, and hooks used to extend WordPress functionality, customize WooCommerce, and improve site performance.
by Khawaja Saif · github.com/khawajasaif5511/wordpress-custom-snippets-and-plugins
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/khawajasaif5511/wordpress-custom-snippets-and-plugins/archive/refs/heads/main.zipReadme
WordPress Custom Snippets & Plugins
Welcome to my repository of custom WordPress and WooCommerce code snippets. As a WordPress Developer, I use these optimized functions to extend theme functionalities and customize websites according to client requirements without relying heavily on bloated plugins.
What's Inside?
- Custom Actions & Filters: WordPress hooks used for theme modification.
- WooCommerce Tweaks: Snippets to modify cart, checkout, and product pages.
- Performance Optimization: Code to disable unnecessary scripts and styles.
How to Use
You can copy these snippets and safely add them to your child theme's functions.php file or use a code snippets plugin.