禁用 LayerSlider WP 外掛的更新通知,讓 WordPress 儀表盤更清爽。

正在檢視 2 個帖子:1-2 (共 2 個帖子)
  • 作者
    帖子
  • 詩語
    管理員
    • 文章數量: 5,925
    @feibisi
    樓主

    一個幻燈片外掛,不知道整天的要更新啥,弄得煩的不行,直接給禁用掉這些提示:

    // 禁用 LayerSlider WP 外掛的更新通知
    // https://bbs.weixiaoduo.com/topic/25335
    
    function my_disable_filter_plugin_updates($value) {
    	unset($value->response['LayerSlider/layerslider.php']);
    	return $value;
    }
    add_filter('site_transient_update_plugins', 'my_disable_filter_plugin_updates');

    這樣就不會在顯示更新提醒了。

    詩語
    管理員
    • 文章數量: 5,925
    @feibisi
    樓主
    此回覆已被標記為私有,🔒 僅樓主及管理員可見。
正在檢視 2 個帖子:1-2 (共 2 個帖子)
  • 哎呀,回覆話題必需登入。

話題資訊

  • 當前位於:WP Mirror
  • 1 條回覆
  • 1 個參與人
  • 最後回覆:<a href="https://bbs.weixiaoduo.com/users/feibisi/" title=" 檢視詩語的個人資料" class="bbp-author-link"><span class="bbp-author-name"> 詩語</span></a>
  • 上次活動:<a href="https://bbs.weixiaoduo.com/topic/25335/#post-26764" title=" 回覆至:禁用 LayerSlider WP 外掛的更新通知,讓 WordPress 儀表盤更清爽。">6 年、 8 月前</a>