Protect a page to be available only for people who purchases a specific product

前端 未结 0 1260
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-20 00:24

function protact_Page() {
$current_user = wp_get_current_user();
if ( 0 == $current_user->ID ) return \'https://google.com\';

// GET USER ORDERS (COMPLETED + PR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题