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

customization - add custom content to appearancewidgets screen

programmeradmin0浏览0评论

My client don`t really understands wp so I need to add some explanatory text.

Is there a way to add some guidance text in the appearance/widgets page like "To edit front-page elements go to appearance/customize/front-page-settings", or maybe a link to that?

My client don`t really understands wp so I need to add some explanatory text.

Is there a way to add some guidance text in the appearance/widgets page like "To edit front-page elements go to appearance/customize/front-page-settings", or maybe a link to that?

Share Improve this question edited May 22, 2020 at 13:32 Botond Vajna asked May 22, 2020 at 12:18 Botond VajnaBotond Vajna 4714 silver badges11 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

found a hook here: http://hookr.io/actions/widgets_admin_page/

// define the widgets_admin_page callback 
function action_widgets_admin_page(  ) { 
    // make action magic happen here... 
}; 

// add the action 
add_action( 'widgets_admin_page', 'action_widgets_admin_page', 10, 0 ); 
发布评论

评论列表(0)

  1. 暂无评论