Check for gift card ownership
-
I see that there’s a function named
is_owner()
in theclass-yith-ywgc-gift-card.php
file that is designed to check for gift card ownership, but right now it returnstrue
. Do you plan to implement this check in the future? Or is this function available only in the premium version of the plugin?public function is_owner( $user ) { //todo perform a real check for gift card ownership return true; }
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Check for gift card ownership’ is closed to new replies.