Update docblock
This commit is contained in:
parent
afcbd456c4
commit
ab1b3201e0
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue