Perform actions when a text format has been disabled.
$format: The format object of the format being disabled.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_filter_format_disable($format) {
mymodule_cache_rebuild();
}