function hook_fences_suggestion_info_alter in Fences 7.2
Same name and namespace in other branches
- 7 fences.api.php \hook_fences_suggestion_info_alter()
Alter the theme hook suggestions used by the fences module.
Parameters
$fences: An array containing the data returned by hook_fences_suggestion_info().
1 invocation of hook_fences_suggestion_info_alter()
- _fences_get_fences_suggestion_info in ./
fences.admin.inc - Helper function for fences_get_fences_suggestion_info().
File
- ./
fences.api.php, line 49 - Hooks provided by the Fences module.
Code
function hook_fences_suggestion_info_alter(&$fences) {
}