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

    (@antoineh)

    Only option is to find this prediction (based on user_id and match_id) in the predictions table in the database and set the “has_joker” field to “0”.

    e.g.

    
    UPDATE pool_wp_predictions SET has_joker = 0
    WHERE user_id = 1 AND match_id = 10
    
Viewing 1 replies (of 1 total)

The topic ‘Predction’ is closed to new replies.