Esempio n. 1
0
function nzshpcrt_shopping_basket($input = null, $override_state = null)
{
    _deprecated_function(__FUNCTION__, '3.8', 'wpsc_shopping_cart');
    return wpsc_shopping_cart($input, $override_state);
}
function nzshpcrt_shopping_basket($input = null, $override_state = null)
{
    return wpsc_shopping_cart($input, $override_state);
}