advise_perform_clear_advising_cache
4.x advise.module | advise_perform_clear_advising_cache() |
From menu hook. Clear just the advising cache.
File
- modules/
advise/ advise.module, line 1183
Code
function advise_perform_clear_advising_cache() {
advise_clear_cache();
fp_goto("<front>");
}