This is a custom plugin designed for a WooCommerce shop website selling custom built computers for Artesian Builds in San Francisco CA.
- This WordPress plugin extends funtionality by adding new post types and custom fields to dynamically generate partner page data saving the space of hudnreds of pages that had to be created and maintained individually. Can also be used with Woo Commerce to dynamically generate custom composite products instead of having multiple individual products.
- WordPress
- Plugin Development
- PHP
- Restructured how custom meta box fields are added to new post types for better compatability and performance.
- Added featured partner pcs to more easily seperate highly visible products and provide a better user experience for editors.
- Modularized codebase by seperating post type and field functions into their own seperate files under /includes to clean up the 2000 lines of code.
- Added new post types and fields for partner pcs to be used with Woo Commerce products.
- Added security check upon activation and deactivation to ensure user has admin privileges.
- Added clear rewrite rules upon activation and deactivation.
- Fixed a bug with permalinks not updating immediately.