function panel($wp_customize){ $wp_customize->add_panel('some_panel',array( 'title'=>'Panel1', 'description'=> 'This is panel Description', ...
確定! 回上一頁