Title: Parallelus's Replies | WordPress.org

---

# Parallelus

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customizer Remove All Parts] load_languages function in your class](https://wordpress.org/support/topic/load_languages-function-in-your-class/)
 *  Plugin Contributor [Parallelus](https://wordpress.org/support/users/parallelus/)
 * (@parallelus)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/load_languages-function-in-your-class/#post-6264143)
 * Oh, I think it posted that comment twice. Sorry about that if it did.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customizer Remove All Parts] load_languages function in your class](https://wordpress.org/support/topic/load_languages-function-in-your-class/)
 *  Plugin Contributor [Parallelus](https://wordpress.org/support/users/parallelus/)
 * (@parallelus)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/load_languages-function-in-your-class/#post-6264142)
 * It was code copied from an existing project to save time. It’s a more expanded
   way of doing the same thing, but the end result is the same. It shouldn’t impact
   the result to change it.
 * We wrote this during lunch breaks so I pulled from existing code to save time.
   If it’s a performance gain to change it, that I’m in favor of doing. Any idea
   if that’s the case?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customizer Remove All Parts] filter_to_remove_customize_capability() should always return an array](https://wordpress.org/support/topic/filter_to_remove_customize_capability-should-always-return-an-array/)
 *  Plugin Contributor [Parallelus](https://wordpress.org/support/users/parallelus/)
 * (@parallelus)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/filter_to_remove_customize_capability-should-always-return-an-array/#post-6261826)
 * Thanks for the tip! I just made this change to the code on GitHub.
 *     ```
       if ($cap == 'customize') {
       	return array('nope'); // thanks @ScreenfeedFr, http://bit.ly/1KbIdPg
       }
       ```
   
 * The download should be updated soon.

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