WC_Integration not found when trying to impliment in my plugin
-
i am trying to use WC_Integration in my plugin. but i get the below error
( ! ) Fatal error: Class ‘WC_Integration’ not found in C:\xampp\htdocs\wpp\base\wp-content\plugins\woocommerce-plugin-boiler-plate\admin\class-settings-intergation.php on line 12
Call Stack
# Time Memory Function Location
1 0.0020 174888 {main}( ) …\admin.php:0
2 0.0030 186352 require_once( ‘C:\xampp\htdocs\wpp\base\wp-load.php’ ) …\admin.php:31
3 0.0030 194224 require_once( ‘C:\xampp\htdocs\wpp\base\wp-config.php’ ) …\wp-load.php:37
4 0.0030 256480 require_once( ‘C:\xampp\htdocs\wpp\base\wp-settings.php’ ) …\wp-config.php:84
5 0.1530 10940576 include_once( ‘C:\xampp\htdocs\wpp\base\wp-content\plugins\woocommerce-plugin-boiler-plate\plugin-name.php’ ) …\wp-settings.php:215
6 0.1530 10940744 WooCommerce_Plugin_Boiler_Plate->__construct( ) …\plugin-name.php:181
7 0.1530 10941304 WooCommerce_Plugin_Boiler_Plate->load_required_files( ) …\plugin-name.php:46
8 0.1540 10944616 WooCommerce_Plugin_Boiler_Plate->load_files( ) …\plugin-name.php:66
9 0.1550 10983368 require_once( ‘C:\xampp\htdocs\wpp\base\wp-content\plugins\woocommerce-plugin-boiler-plate\admin\class-settings-intergation.php’ ) …\plugin-name.php:92`
- The topic ‘WC_Integration not found when trying to impliment in my plugin’ is closed to new replies.