• Resolved magmomod

    (@magmomod)


    Hi, if I want to query the database myself and get a list of upcoming games what define an event as a competitive game in the database?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @magmomod,

    Events are sp_event Custom Post Types. Each event has several post-metas assigned to. One of them is the post-meta called sp_format. If for example sp_format is set to league the event is a competitive one. If it is set to friendly it is a friendly event.

    You can use get_post_meta() function of WordPress to query the database for these post_meta.

    Thanks,
    Savvas

    Thread Starter magmomod

    (@magmomod)

    Thanks I got it now

    Plugin Contributor Savvas

    (@savvasha)

    Great! If you have any more questions dont hesitate to open a new topic ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Definition of a game’ is closed to new replies.