So my site is using a shortcode call as follows:
TubePressPro::getHtmlForShortcode('searchResultsRestrictedToUser="'.$user.'" resultsPerPage="4" mode="tag" tagValue="'.$slug.'"');
I was wondering if there is a way to also do a call to see if there are any results. The reason is on pages that return no results, I don;t even want to show the video section at all. Right now it shows "No results return" but I would like it to simply be blank.
Thanks in advance.