如何在 PHP 的 if 条件中使用 3 或 ?我的意思是如果(a或b或c)

我有下面的代码。

 if ( is_woocommerce() or is_cart() != true)

我还想用 or 运算符检查 is_account_page true。如何在带有 or 运算符的条件下使用 3 个函数?

   is_account_page()


慕森卡
浏览 117回答 1
1回答

慕哥9229398

使用 :if ( is_woocommerce() or is_cart() != true or is_account_page() )
打开App,查看更多内容
随时随地看视频慕课网APP