@@ -158,6 +158,7 @@ discard block |
||
| 158 | 158 | /** |
| 159 | 159 | * Display pagination |
| 160 | 160 | * |
| 161 | + * @param integer $current_page |
|
| 161 | 162 | * @return string |
| 162 | 163 | */ |
| 163 | 164 | function get_products_pagination( $current_page, $attribute_set_id = 1 ) { |
@@ -201,6 +202,9 @@ discard block |
||
| 201 | 202 | return $output; |
| 202 | 203 | } |
| 203 | 204 | |
| 205 | + /** |
|
| 206 | + * @param integer $product_id |
|
| 207 | + */ |
|
| 204 | 208 | function wps_product_attached_files( $product_id ) { |
| 205 | 209 | global $wpdb; |
| 206 | 210 | $output = ''; |