I tried:
<br />
echo owl_function([<br />
'category' => 'Accueil',<br />
'singleItem' => true,<br />
'autoPlay' => 4000,<br />
'addClassActive' => true,<br />
'autoHeight'=> true,<br />
'lazyLoad' => true ]);<br />
It outputs all HTML, including images. So the function is called correctly and the category
parameter works fine.
However Javascript does not comes into play, so I end up with a bear HTML output, and that is it.
I call the owl_function()
function within my header.php
file.
Any idea of what I am missing?