php 仪表板欢迎小部件

Posted

tags:

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

//Custom Dashboard Support Widget
add_action('wp_dashboard_setup', 'my_custom_dashboard_widgets');

function my_custom_dashboard_widgets() {
    global $wp_meta_boxes;

  wp_add_dashboard_widget('custom_help_widget', 'Theme Support', 'custom_dashboard_help');
  }

function custom_dashboard_help() {
  //Change content
\!h  echo '__<p>Welcome to new Website powered by Digital Refresh! Need help? <a href="mailto:support@digitalrefreshmkt.com">Contact Support</a>. For some Tutorials visit: <a href="http://www.wpbeginner.com" target="_blank">WPBeginner</a></p>__';

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

php 仪表板小部件#white

PHP 删除仪表板小部件

php 从Wordpress仪表板中删除小部件

PHP 将小部件添加到wordpress管理仪表板

PHP 如何以编程方式删除WordPress仪表板小部件

php 在WordPress中添加全宽仪表板小部件