?php /* Plugin Name: WooCommerce FunBiz Integration 由openAI製作 Description: Integrate FunBiz financial API with WooCommerce for real-time data updates. Version: 1.0 Author: Sandy Liu */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } // Include required files require_once plugin_dir_path( __FILE__ ) . 'includes/funbiz-api.php'; // Hook into WooCommerce to add functionality function woo_funbiz_integration_init() { // Initialize the API and schedule regular updates add_action( 'init', 'init_funbiz_api' ); } add_action( 'plugins_loaded', 'woo_funbiz_integration_init' ); // Initialize FunBiz API and retrieve data function init_funbiz_api() { $api = new FunBiz_API(); $api->fetch_and_update_data(); }
2 Comments
We realised we really wanted to catch a glimpse of what went on behind the scenes of the companies we looked up to. And we thought other people would want to know too.
So we decided to organise an event to share these stories. Today, we run monthly Show & Tell events and an annual conference.