Themosis\Route\Route::getConditions PHP 메소드

getConditions() 보호된 메소드

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