Themosis\Route\Route::getConditions PHP Method

getConditions() protected method

Retrieve the list of registered WordPress conditions.
protected getConditions ( ) : array
return array
    protected function getConditions()
    {
        return apply_filters('themosisRouteConditions', $this->conditions);
    }