Title: alpc's Replies | WordPress.org

---

# alpc

  [  ](https://wordpress.org/support/users/alpc/)

 *   [Profile](https://wordpress.org/support/users/alpc/)
 *   [Topics Started](https://wordpress.org/support/users/alpc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/alpc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/alpc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/alpc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/alpc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/alpc/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Can I add a section of the Customizer dynamically?](https://wordpress.org/support/topic/can-i-add-a-section-of-the-customizer-dynamically/)
 *  Thread Starter [alpc](https://wordpress.org/support/users/alpc/)
 * (@alpc)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/can-i-add-a-section-of-the-customizer-dynamically/#post-13212376)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/)
    Thank you for your 
   thoughtful answers. I’ll read the core source and do my best.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Can I add a section of the Customizer dynamically?](https://wordpress.org/support/topic/can-i-add-a-section-of-the-customizer-dynamically/)
 *  Thread Starter [alpc](https://wordpress.org/support/users/alpc/)
 * (@alpc)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/can-i-add-a-section-of-the-customizer-dynamically/#post-13204871)
 * I meant the former.
    It was the standard implemented Menu section that does something
   similar to this, but it’s still hard to find in the `customize-nav-menus.js` 
   implementation, and I’d appreciate any hints you can give me. I don’t see any
   additional sections being added in `customize-nav-menus.js`, but there seems 
   to be a special property called `Menus` in `wp.customize` like `api.Menus.NewMenuSection`.
   Is it possible to mimic this? I’m hoping to get some sort of solution. I’m sorry,
   but I would appreciate your help.
    -  This reply was modified 5 years, 10 months ago by [alpc](https://wordpress.org/support/users/alpc/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Can I add a section of the Customizer dynamically?](https://wordpress.org/support/topic/can-i-add-a-section-of-the-customizer-dynamically/)
 *  Thread Starter [alpc](https://wordpress.org/support/users/alpc/)
 * (@alpc)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/can-i-add-a-section-of-the-customizer-dynamically/#post-13201019)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/)
    Thank you for your 
   answer. Dynamic means, for example, that the new section will appear in the Customizer
   when you click on the “Add Section” button. I tried outputting “panel.sections()”
   in the console log and it seems that I can add the section, but it doesn’t appear
   in the customizer.
 * Thank you for telling me about the menu implementation.
    I read the core source
   for the part that generates the menu, but I couldn’t get to the part that I’m
   getting from ajax.
 * I looked at the links you gave me as much as I could, but the only way to get
   to the custom controls was to read the source, and I was too inexperienced to
   understand the core source.

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