最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

customization - I'd like to move the Widgets Panel to the bottom of the list in Customizer

programmeradmin0浏览0评论

I'd prefer to have the 'new' Widgets Section/Panel (that extends to the widget areas) drop down to the bottom of list in Customizer.

I've tried:

$wp_customize->get_panel('widgets')->priority = 300;
--- or ---
$wp_customize->get_section('widgets')->priority = 300;

But neither of those lines seem to affect my target.

Anyone know what the proper ID of Widgets is?

I'd prefer to have the 'new' Widgets Section/Panel (that extends to the widget areas) drop down to the bottom of list in Customizer.

I've tried:

$wp_customize->get_panel('widgets')->priority = 300;
--- or ---
$wp_customize->get_section('widgets')->priority = 300;

But neither of those lines seem to affect my target.

Anyone know what the proper ID of Widgets is?

Share Improve this question asked Sep 15, 2014 at 18:54 bishlessbishless 215 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

In case you never figured it out:

$wp_customize->get_panel('widgets')->priority = 300;
发布评论

评论列表(0)

  1. 暂无评论