Refactor plugin with improved architecture and new features
All checks were successful
Create Release / build (push) Successful in 5s

- Eliminated code duplication by creating common HTTP request function
- Added configurable SSL verification setting for development/production
- Implemented smart caching system with 1-hour cache duration
- Enhanced admin interface with cache management and better styling
- Improved error handling and user experience
- Added comprehensive documentation and troubleshooting guide
- Updated README with new features and configuration options
This commit is contained in:
2025-06-24 11:21:04 -07:00
parent 94329dc91a
commit 64afcb71cb
5 changed files with 281 additions and 118 deletions

View File

@@ -17,3 +17,4 @@ function set_fw_store_embed_css() {
}
add_action( 'wp_enqueue_scripts', 'set_fw_store_embed_css' );
add_action( 'admin_enqueue_scripts', 'set_fw_store_embed_css' );