自定义管理仪表板小部件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义管理仪表板小部件相关的知识,希望对你有一定的参考价值。
function example_dashboard_widget_function() { // Display whatever it is you want to show echo "Hello World, I'm a great Dashboard Widget"; } // Create the function use in the action hook function example_add_dashboard_widgets() { wp_add_dashboard_widget('example_dashboard_widget', 'Example Dashboard Widget', 'example_dashboard_widget_function'); } // Hoook into the 'wp_dashboard_setup' action to register our other functions add_action('wp_dashboard_setup', 'example_add_dashboard_widgets' );
以上是关于自定义管理仪表板小部件的主要内容,如果未能解决你的问题,请参考以下文章
在 thingsboard 上的自定义控件小部件仪表板上显示 thingsboard 设备属性最新值