Themosis\Route\Route::getConditions PHP Méthode

getConditions() protected méthode

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