function mgAddCustomPriceAction($userFunction, $priority = 10)
{
    MG::addPriceCustomFunction($userFunction, $priority);
}