parent
d5cb320b7e
commit
52356c5caf
|
@ -153,7 +153,7 @@ class WC_Order_Item_Meta {
|
|||
*/
|
||||
public function get_formatted_legacy( $hideprefix = '_' ) {
|
||||
if ( ! is_ajax() ) {
|
||||
wc_deprecated_function( 'get_formatted_legacy', '2.4', 'Item Meta Data is being called with legacy arguments' );
|
||||
wc_deprecated_argument( 'WC_Order_Item_Meta::get_formatted', '2.4', 'Item Meta Data is being called with legacy arguments' );
|
||||
}
|
||||
|
||||
$formatted_meta = array();
|
||||
|
|
Loading…
Reference in New Issue