自定义管理仪表板小部件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义管理仪表板小部件相关的知识,希望对你有一定的参考价值。

  1. function example_dashboard_widget_function() {
  2. // Display whatever it is you want to show
  3. echo "Hello World, I'm a great Dashboard Widget";
  4. }
  5.  
  6. // Create the function use in the action hook
  7. function example_add_dashboard_widgets() {
  8. wp_add_dashboard_widget('example_dashboard_widget', 'Example Dashboard Widget', 'example_dashboard_widget_function');
  9. }
  10. // Hoook into the 'wp_dashboard_setup' action to register our other functions
  11. add_action('wp_dashboard_setup', 'example_add_dashboard_widgets' );

以上是关于自定义管理仪表板小部件的主要内容,如果未能解决你的问题,请参考以下文章

在 thingsboard 上的自定义控件小部件仪表板上显示 thingsboard 设备属性最新值

Wordpress-自定义仪表板小部件

Wordpress-自定义仪表板小部件

php DashboardWidgeteinfügen - 将自定义仪表板小部件添加到wordpress

自定义 wordpress 小部件的设置未显示

WordPress仪表板上的自定义内容