function hook_rules_plugin_info_alter
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
Code
function hook_rules_plugin_info_alter(&$plugin_info) {
// Change plugin info.
}