• I have the pro plugin (though an old version) and I’ve noticed some new coupons being created. I didn’t create these – is there any way to find out who *did* create these, please? Does the creating user get logged anywhere?
    Thanks,
    Tony.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Soft79

    (@josk79)

    I don’t think you can see this from WordPress. If you’re comfortable with SQL you can try this query:

    SELECT u.* FROM wp_posts p
    LEFT JOIN wp_users u ON u.ID = p.post_author
    WHERE p.id = 12345

    Replace 12345 with the id of the coupon. Replace wp_ by the table prefix if required.

Viewing 1 replies (of 1 total)
  • The topic ‘New coupons are being created, but not by me!’ is closed to new replies.