admin管理员组文章数量:1336602
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 badges1 Answer
Reset to default 1found 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 );
本文标签: customizationadd custom content to appearancewidgets screen
版权声明:本文标题:customization - add custom content to appearancewidgets screen 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742409643a2469525.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论