API hook functions in imagemagick.api.php
should use references to arguments by using &$args
instead of $args
. Same for the $context
argument.
Current code:
function hook_imagemagick_arguments_alter($args, $context = array()) {
}
Closed: outdated
1.0
Code