@@ -7,6 +7,10 @@ |
||
7 | 7 | } |
8 | 8 | |
9 | 9 | // Function to find download link by |
10 | + |
|
11 | + /** |
|
12 | + * @param integer $oid |
|
13 | + */ |
|
10 | 14 | public static function get_product_download_link( $oid, $item ) { |
11 | 15 | global $wpdb; |
12 | 16 |