I am looking for more information on the “ifset” function. I am wanting to only include a div and it’s contents within the results if a “[slp_location data.***]” is not empty, but am unable to find any detailed information on the “ifset” function and if it can accomplish this.
The shortcode “ifset” attribute is not designed as a full programming/logic block manager. A div needs an opening and closing tag and cannot be managed by a single ifset.
Instead considering using the location data as part of a class declaration and use custom CSS to show/hide a div.