Dorian Logan

Results 7 comments of Dorian Logan

I had some issues with composer - when i had 2 plugins installed with plugin update capabilities installed. the require_once statement caused critical wp error - not sure why. Moving...

It would be great if you can bundle your features via composer - we use composer in our plugins so we need it to function for other libs too. Your...

What should i include in composer to pull in your packages?

Brilliant I will get testing On Wed, 26 May 2021, 17:41 Yahnis Elsts, ***@***.***> wrote: > I'm not sure what you mean by "bundle your features via composer". Judging >...

Is this project active - i love the simplicity of it - but we are having a few issues - would be happy to contribute - or is there an...

We saw that too - I was thinking of doing an isadmin check to wrap the mapping - but I am not sure that this plugin has enough interest- that...

> ``` > Routes::map('test/:value_low', function($params) { > if($params["value_low"] }); > Routes::map('test/:value_hight', function($params) { > if($params["value_hight"] > 10) echo "hight"; > }); > ``` > > **localhost/test/8/** > `low` > **localhost/test/16/**...