Update docblock

This commit is contained in:
Claudiu Lodromanean 2017-02-13 13:54:52 -08:00
parent afcbd456c4
commit ab1b3201e0
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ class WC_Order_Item extends WC_Data implements ArrayAccess {
/**
* Expands things like term slugs before return.
* @param string $hideprefix (default: _)
* @param boolean $include_attributes (default: false)
* @return array
*/
public function get_formatted_meta_data( $hideprefix = '_', $include_attributes = false ) {