代码中包含的是主干。带下划线的js。js。
这个api.panel, api.section, api.control
是集合
$( [ api.panel, api.section, api.control ] ).each( function ( i, values ) {
var debouncedReflowPaneContents = _.debounce( api.reflowPaneContents, api.settings.timeouts.reflowPaneContents );
values.bind( \'add\', debouncedReflowPaneContents );
values.bind( \'change\', debouncedReflowPaneContents );
values.bind( \'remove\', debouncedReflowPaneContents );
} );
以及
bind
实际上是主干事件
bind
, 不是jQuery。jQuery
bind
用于DOM和主干
bind
用于主干对象模型。
您所能做的就是检查Catalog of Events 和remove
看起来您需要做什么,但需要更多的时间和共享的代码来理解删除。
api
表示您处于特定的函数关闭状态,通常这意味着wp.customize
你还没有分享你已经分享的细节[ api.panel, api.section, api.control ]
, 我猜不到。
把这个作为最有用的答案。如果有人提供更好的accept,您可以稍后轻松重置accept。