Open adam-buckley opened 8 years ago
Some role files have custom php logic, some are using the old startsWith() function while the new $w->checkUrl() is the preferred method.
startsWith()
$w->checkUrl()
Old functions and implementations should be updated to the new checkUrl method
Some role files have custom php logic, some are using the old
startsWith()
function while the new$w->checkUrl()
is the preferred method.Old functions and implementations should be updated to the new checkUrl method