移除WordPress后台右上角帮助 2020-05-28 WordPress教程 0 推广 WordPress后台有个帮助按钮,其实没有多大用处,可以移除。将下面代码放到 functions.php 中: add_action('in_admin_header', function(){ global $current_screen; $current_screen->remove_help_tabs(); }); 原文链接:https://www.tghello.com/505.html,转载请注明出处。 0 赏 3 functionsWordPress
请先
!