| Versions | |
|---|---|
| 4.7 – 6 | drupal_clear_path_cache() |
| 7 | drupal_clear_path_cache($source = NULL) |
Reset the static variable which holds the aliases mapped for this request.
includes/
<?php
function drupal_clear_path_cache() {
drupal_lookup_path('wipe');
}
?>