【问题标题】:How to get WooCommerce terms and conditions page URL如何获取 WooCommerce 条款和条件页面 URL
【发布时间】:2021-04-24 08:54:56
【问题描述】:

我有一个多语言 WooCommerce 网站,我需要显示条款和条件的动态链接。我知道我可以这样显示隐私政策链接:

<?php echo get_privacy_policy_url() ?>

有谁知道条款和条件页面怎么做?

【问题讨论】:

    标签: php wordpress woocommerce permalinks


    【解决方案1】:

    您可以使用这个简单的行来获取 WooCommerce 条款和条件页面 URL:

    <?php echo get_permalink( wc_terms_and_conditions_page_id() ); ?>
    

    经过测试并且有效。

    相关:How to get "Terms & Conditions" Page ID in WooCommerce?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-09-17
      • 2012-11-19
      • 1970-01-01
      • 2012-07-24
      • 1970-01-01
      • 1970-01-01
      • 2017-03-20
      • 1970-01-01
      相关资源
      最近更新 更多