kuni Approved

Member since: 2016-03-12

Recent posts by kuni
Post When
public function onSearch()
{
    $params = [
        'manufacturer' => post('manufacturer'),
       ...

Posted in Passing page params when using Redirect

After using filters in themes marketplace (all, paid, free or categories), items becomes not clickab...

Posted in [BUG] Themes marketplace - items not clickable


function getSomething($var1, $var2, $var3)
{ 
     // return something
}

function doSomething()
{ ...

Posted in How to use functions within other functions in the code editor