Guest User

Untitled

a guest
Dec 15th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*list of tables needed
  2. wp_give_customers (id, name, payment_ids)
  3. wp_give_customermeta(meta_key, meta_value)
  4.  
  5. maybe needed?
  6. wp_posts (post_type =give_forms, ID)
  7.  
  8. what is the meta_value for the search?
  9. create sql + wpdb
  10. table joins
  11. */
Add Comment
Please, Sign In to add comment