Title: [Plugin: scbFramework] scbFrameWork delete table and options
Last modified: August 20, 2016

---

# [Plugin: scbFramework] scbFrameWork delete table and options

 *  [4apz](https://wordpress.org/support/users/4apz/)
 * (@4apz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-scbframework-scbframework-delete-table-and-options/)
 * Hi,
 * I’m a beginner developer and just started with wordpress plugin development.
 * I use scb Framewoks to make my live a little bit easyer..
 * I’ve created a new table and optiop using:
 *     ```
       scb_init( 'my_plugin_init' );
   
       function my_plugin_init() {
       	new scbTable( 'example', __FILE__, "
       		example_id int(20),
       		example varchar(100),
       		PRIMARY KEY  (example_id)
       	");
       $defaults = array(
           'color' => 'orange',
           'size' => 'large',
           'version' => '1.5'
       );
       $options = new scbOptions('apz_options', __FILE__, $defaults);
       }
       ```
   
 * When I’m uninstalling the plugin, the table and options didn’t deleted.
    What
   should I do to remove it?
 * I use r53 of scbFramework.
 * [http://wordpress.org/extend/plugins/scb-framework/](http://wordpress.org/extend/plugins/scb-framework/)

Viewing 1 replies (of 1 total)

 *  [prionkor](https://wordpress.org/support/users/prionkor/)
 * (@prionkor)
 * [13 years ago](https://wordpress.org/support/topic/plugin-scbframework-scbframework-delete-table-and-options/#post-3002296)
 * The table and option will be deleted when you delete (not uninstall) the plugin.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: scbFramework] scbFrameWork delete table and options’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/scb-framework.svg)
 * [scbFramework](https://wordpress.org/plugins/scb-framework/)
 * [Support Threads](https://wordpress.org/support/plugin/scb-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/scb-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scb-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scb-framework/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [prionkor](https://wordpress.org/support/users/prionkor/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/plugin-scbframework-scbframework-delete-table-and-options/#post-3002296)
 * Status: not resolved