当前位置:首页-WordPress文章-WooCommerce-正文

移除 WooCommerce 商城插件中我的帐户相关页面

WooCommerce 插件默认为我的帐户页面提供了:仪表盘、订单、下载、地址、帐户详情几个页面,以及一个退出登录的按钮,如果出售的是实物或者没有下载项时,下载则没有用途,或者是虚拟产品时,地址也没有用途,所以我们可以使用代码隐藏这些不需要的页面。

  1. //移除我的账户相关页面
  2. add_filter ( 'woocommerce_account_menu_items', 'salong_remove_my_account_links' );
  3. function salong_remove_my_account_links( $menu_links ){
  4.     unset( $menu_links['edit-address'] ); // 地址
  5.     //unset( $menu_links['dashboard'] ); // 仪表盘
  6.     //unset( $menu_links['payment-methods'] ); // 支付方式
  7.     //unset( $menu_links['orders'] ); // 订单
  8.     //unset( $menu_links['downloads'] ); // 下载
  9.     //unset( $menu_links['edit-account'] ); // 帐户详情
  10.     //unset( $menu_links['customer-logout'] ); // 登出
  11.     return $menu_links;
  12. }

将以上代码添加到主题 functions.php 文件中即可,需要显示的页面将其注释就可以。

本文原创,作者:萨龙龙,其版权均为4166am金沙信心之选所有。
如需转载,请注明出处:/woocommerce-remove-my-account-page.html

\u2026@\u8428\u9f99\u7f51\u7edc&appkey=746468751&pic=https:\/\/demo.salongweb.com\/mnews\/images\/default-thumb.jpg&searchPic=true","qq":"https:\/\/connect.qq.com\/widget\/shareqq\/index.html?url=https:\/\/salongweb.com\/woocommerce-remove-my-account-page.html&title=\u79fb\u9664 WooCommerce \u5546\u57ce\u63d2\u4ef6\u4e2d\u6211\u7684\u5e10\u6237\u76f8\u5173\u9875\u9762&pics=https:\/\/demo.salongweb.com\/mnews\/images\/default-thumb.jpg&summary=WooCommerce\u63d2\u4ef6\u9ed8\u8ba4\u4e3a\u6211\u7684\u5e10\u6237\u9875\u9762\u63d0\u4f9b\u4e86\uff1a\u4eea\u8868\u76d8\u3001\u8ba2\u5355\u3001\u4e0b\u8f7d\u3001\u5730\u5740\u3001\u5e10\u6237\u8be6\u60c5\u51e0\u4e2a\u9875\u9762\uff0c\u4ee5\u53ca\u4e00\u4e2a\u9000\u51fa\u767b\u5f55\u7684\u6309\u94ae\uff0c\u5982\u679c\u51fa\u552e\u7684\u662f\u5b9e\u7269\u6216\u8005\u6ca1\u6709\u4e0b\u8f7d\u9879\u65f6\uff0c\u4e0b\u8f7d\u5219\u6ca1\u6709\u7528\u9014\uff0c\u6216\u8005\u662f\u865a\u62df\u4ea7\u54c1\u65f6\uff0c\u5730\u5740\u4e5f\u6ca1\u6709\u7528\u9014\uff0c\u6240\u4ee5\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528\u4ee3\u7801\u9690\u85cf\u8fd9\u4e9b\u4e0d\u9700\u8981\u7684\u9875\u9762\u3002

\u2026&site=\u8428\u9f99\u7f51\u7edc","zone":"https:\/\/sns.qzone.qq.com\/cgi-bin\/qzshare\/cgi_qzshare_onekey?url=https:\/\/salongweb.com\/woocommerce-remove-my-account-page.html&title=\u79fb\u9664 WooCommerce \u5546\u57ce\u63d2\u4ef6\u4e2d\u6211\u7684\u5e10\u6237\u76f8\u5173\u9875\u9762&desc=WooCommerce\u63d2\u4ef6\u9ed8\u8ba4\u4e3a\u6211\u7684\u5e10\u6237\u9875\u9762\u63d0\u4f9b\u4e86\uff1a\u4eea\u8868\u76d8\u3001\u8ba2\u5355\u3001\u4e0b\u8f7d\u3001\u5730\u5740\u3001\u5e10\u6237\u8be6\u60c5\u51e0\u4e2a\u9875\u9762\uff0c\u4ee5\u53ca\u4e00\u4e2a\u9000\u51fa\u767b\u5f55\u7684\u6309\u94ae\uff0c\u5982\u679c\u51fa\u552e\u7684\u662f\u5b9e\u7269\u6216\u8005\u6ca1\u6709\u4e0b\u8f7d\u9879\u65f6\uff0c\u4e0b\u8f7d\u5219\u6ca1\u6709\u7528\u9014\uff0c\u6216\u8005\u662f\u865a\u62df\u4ea7\u54c1\u65f6\uff0c\u5730\u5740\u4e5f\u6ca1\u6709\u7528\u9014\uff0c\u6240\u4ee5\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528\u4ee3\u7801\u9690\u85cf\u8fd9\u4e9b\u4e0d\u9700\u8981\u7684\u9875\u9762\u3002

\u2026&summary=&site=\u8428\u9f99\u7f51\u7edc"}>