Display problems in Header – echo rather than return?
-
Hi
i’m having a problem adding the function woo_predictive_search_widget() to the header.
It is being used as follows…
$header_output .= '<div class="span5">'.woo_predictive_search_widget().'</div>'. "\n";
But I think the code is echoing rather than returning. This means the search bar is being output at the top of the page (rather than inside the div tags).
Instead, it is blank inside the div tags, like this…
<div class="span5"></div>
Any suggestions please?
https://www.ads-software.com/plugins/woocommerce-predictive-search/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display problems in Header – echo rather than return?’ is closed to new replies.