Search found 2 matches

by Nocny
07 Mar 2022, 10:31
Forum: Help
Topic: Looking for function to get user issues
Replies: 3
Views: 1780

Re: Looking for function to get user issues

Yea, I know I can do select from DB, but before using this option, I'm looking for a function created by developers to do it. If function doesn't exists, I will use db query.
by Nocny
07 Mar 2022, 10:12
Forum: Help
Topic: Looking for function to get user issues
Replies: 3
Views: 1780

Looking for function to get user issues

Hi, I'm a developer and currently I'm working on cmd to delete user account and issues.

Currently, to delete user account im using user_delete($userId) function and it working fine!

But I have problem with delete user issues, I have found bug_delete($bugId) function but I can't find function to ...