/**
 * wrapper of Mlp_Helpers function for custom plugins to get activated on all language blogs
 *
 * @since	0.1
 * @param	int $element_id ID of the selected element
 * @param	string $type type of the selected element
 * @param	int $blog_id ID of the selected blog
 * @param	string $hook name of the hook that will be executed
 * @param	array $param parameters for the function
 * @return	array linked elements
 */
function mlp_run_custom_plugin($element_id = FALSE, $type = '', $blog_id = 0, $hook = NULL, $param = NULL)
{
    return Mlp_Helpers::run_custom_plugin($element_id, $type, $blog_id, $hook, $param);
}