1 filter.api.php | hook_filter_format_insert($format) |
Perform actions when a new text format has been created.
Parameters
$format: The format object of the format being updated.
See also
Related topics
File
- core/
modules/ filter/ filter.api.php, line 600 - Hooks provided by the Filter module.
Code
function hook_filter_format_insert($format) {
my_module_cache_rebuild();
}