Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shahjada

    (@codename065)

    Thread Starter robyebf

    (@robyebf)

    Hi, thanks for the reply.

    Data Field Names: package_size, not work

    You forgot this in wpdm-all-downloads.php on line 241:
    case ‘package_size’:
    if($cx > 0)
    echo “<span class=’__dt_package_size {$cxc}’> &nbsp<i class=\”fa fa-hdd-o\”></i>  “. (isset($data[‘package_size’])?$data[‘package_size’]:0).” “.(isset($data[‘package_size’]) && $data[‘package_size’] > 1 ? __(”,’download-manager’) : __(”,’download-manager’)).”</span>”;
    else
    echo “<span class=\”hidden-md hidden-lg td-mobile\”>{$colheads[$colx]}: </span><span class=’__dt_package_size’>{$data[‘package_size’]}</span>”;
    break;

    Thaks for interest

    Plugin Author Shahjada

    (@codename065)

    Thanks, you are right, we shall adjust it with the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2.9.62 new parameter with all downloads shortcode’ is closed to new replies.