@@ -203,6 +203,7 @@ |
||
203 | 203 | * Like wc_get_template, but returns the HTML instead of outputting. |
204 | 204 | * @see wc_get_template |
205 | 205 | * @since 2.5.0 |
206 | + * @param string $template_name |
|
206 | 207 | */ |
207 | 208 | function wc_get_template_html( $template_name, $args = array(), $template_path = '', $default_path = '' ) { |
208 | 209 | ob_start(); |