Title: Plugin integration
Last modified: September 1, 2016

---

# Plugin integration

 *  Resolved [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/)
 * Hi,
    I had installed the plugin into my WordPress plugin directory.but i had 
   wondered .i didn’t get any label in my dashboard for accessing the plugin functionality.
   i had also included ‘ example-functions.php ‘ file into my theme folder.please
   help me for getting the functionality of the plugin.
 * Thanks
 * [https://wordpress.org/plugins/cmb2/](https://wordpress.org/plugins/cmb2/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484292)
 * Probably the best place to have you start would be reading through [https://github.com/WebDevStudios/CMB2/wiki](https://github.com/WebDevStudios/CMB2/wiki)
 * It’s not a plugin that has any dedicated UI or anything, it’s a convenience plugin
   to load the CMB2 library for you to start using in your own code.
 *  Thread Starter [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484372)
 * Hi,
    thanks for your help. I got the entire working on ‘CMB2’.it’s working nice.
   how to create text editor like default WordPress editor page in Meta box .i have
   tested **textarea**,**textarea_small** etc. its working fine.any option for adding
   text editor in meta-box?please let me know your response. Thanks
 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484378)
 * [https://github.com/WebDevStudios/CMB2/wiki/Field-Types#wysiwyg](https://github.com/WebDevStudios/CMB2/wiki/Field-Types#wysiwyg)
 *  Thread Starter [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484384)
 * Hi,
    thanks for replaying.
 * Thanks
 *  Thread Starter [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484393)
 * Hi,
 * I have used Repeatable fields in metabox .its working fine.but if ‘Add another
   entry’ button is clicked ,then the **wysiwyg** not viewing here and the rest 
   of the fields are viewing here.
 * If the fields are filled(not viewing **wysiwyg** type) and updated the page will
   view the **wysiwyg** type.
 * > conclusion is auto add new entry will display all fields in repeatable fields
   > other than **wysiwyg** type
 * .
 * please let me know the updates.
 * Thanks
 *  Thread Starter [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484397)
 * Hi,
 * the problem is fixed.i have placed ‘repeatable’ => true,.
    Thanks
 *  Thread Starter [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484399)
 * Hi,
    i have one another request.any option is possible to place a conformation
   pop up during the remove entry section in repeating metabox section?
 * please let me know.
 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484411)
 * Not sure personally about the popup confirmation. I have to believe something
   would be possible as a whole, but how much would be easy settings via CMB2 vs
   a custom solution is what I’m not sure on.
 *  Thread Starter [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484429)
 * Hi,
    thanks for your comment.is CMB2 values are stored in Database?if yes,then
   which table is used for storing the data.please let me know your response.
 *  Plugin Contributor [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484441)
 * If you’re creating metaboxes for your posts, then they’re stored in the wp_postmeta
   table. If you’re doing user meta, then it’d go to the wp_usermeta table, and 
   if you’re doing options pages, then it’d go to the wp_options table.
 * All depends on what you’re doing as a whole.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Plugin integration’ is closed to new replies.

 * ![](https://ps.w.org/cmb2/assets/icon.svg?rev=2866672)
 * [CMB2](https://wordpress.org/plugins/cmb2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cmb2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cmb2/)
 * [Active Topics](https://wordpress.org/support/plugin/cmb2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cmb2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cmb2/reviews/)

## Tags

 * [plugin integration](https://wordpress.org/support/topic-tag/plugin-integration/)

 * 10 replies
 * 2 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-integration-3/#post-7484441)
 * Status: resolved