| 
|   | $plugin_settings | 
|   | 
| 
  | $plugin_description = 'Plugin for syncing data to a WooCommerce site' | 
|   | 
 | 
|   | pluginUrl () | 
|   | 
| 
  | pluginDbStruct ($db, $struct_name, $db_name="") | 
|   | 
| static  | memberOf ($file, $exclude='plugins') | 
|   | 
| 
static  | getPluginList () | 
|   | 
| 
static  | defaultSearchDir () | 
|   | 
      
        
          | WooSync::$plugin_settings | 
        
      
 
Initial value:= array(
    'WooUrl' => array('default'=>'', 'label'=>'Woo API URL',
            'description'=>'URL for the WooCommerce REST API'), 
    'WooKey' => array('default'=>'', 'label'=>'Woo Consumer Key'),
    'WooSecret' => array('default'=>'', 'label'=>'Woo Consumer Secret'),
    )
 
 
 
The documentation for this class was generated from the following file:
- fannie/modules/plugins2.0/WooSync/WooSync.php