• Resolved jphogan

    (@jphogan)


    Hey all,
    Thanks for a wonderful, powerful plugin. I am including it manually in certain page templates like this
    (ex. <?php echo $EM_Event->output(‘#_LOCATIONTOWN’); ?>)

    Does anybody know of a conditional way I can check if this field is set? For example, if #_LOCATIONTOWN is set, I want to display one thing, if #_LOCATIONTOWN isn’t set, I want to display another. Thanks!

    https://wordpress.org/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    try something like

    if ( $EM_Event->get_location()->location_town != '' ){
    
    }

    *not sure if this will work out of the box since I haven’t tested this but should be something like this.

Viewing 1 replies (of 1 total)
  • The topic ‘Check if field is blank’ is closed to new replies.