function hook_rules_plugin_info_alter in Rules 7.2
Alter rules plugin info.
The implementation should be placed into the file MODULENAME.rules.inc, which gets automatically included when the hook is invoked.
Parameters
$plugin_info: The items of all modules as returned from hook_rules_plugin_info().
See also
Related topics
File
- ./
rules.api.php, line 726 - Documentation for hooks provided by the Rules API.
Code
function hook_rules_plugin_info_alter(&$plugin_info) {
// Change plugin info.
}