[wp-trac] [WordPress Trac] #32103: Multidimensional Customizer settings (options & theme mods) are not scalable

WordPress Trac noreply at wordpress.org
Mon Oct 5 09:43:17 UTC 2015


#32103: Multidimensional Customizer settings (options & theme mods) are not
scalable
-------------------------------------------------+-------------------------
 Reporter:  Air.                                 |       Owner:
     Type:  defect (bug)                         |  westonruter
 Priority:  normal                               |      Status:  accepted
Component:  Customize                            |   Milestone:  4.4
 Severity:  normal                               |     Version:  3.4
 Keywords:  needs-testing needs-unit-tests has-  |  Resolution:
  patch                                          |     Focuses:
                                                 |  performance
-------------------------------------------------+-------------------------

Comment (by Air.):

 Nice to see you that you have got back to this issue. I don't have way to
 test this right now, I will try to do it soon.

 I have read all new answers and I see that @wpweaver in here
 https://core.trac.wordpress.org/timeline?from=2015-10-03T14%3A08%3A32Z&precision=second
 copied  exactly what I have reported in this issue, that there is problem
 with registered filters IDs.

 As I said in this bug report I have have checked that in other places in
 Wordpress you use more unique IDs for filters like
 {{{
 add_filter( 'option_nice_theme_settings[setting3]', 'function' );
 }}}
 , but not in this case. BY unique I mean adding part '''[setting3]'''

 I still didn't see any answer why couldn't we switch to same more unique
 IDs here also?
 Wouldn't this solve most part of issue?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32103#comment:32>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list