Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / WC_Meta_Data / WC_Meta_Data::get_data()

WC_Meta_Data::get_data()

Return all data as an array.

Contents

  • Description
    • Return
    • Source
  • Related
    • Used By
  • User Contributed Notes

Description #Description


Return #Return

(array)


Top ↑

Source #Source

File: includes/class-wc-meta-data.php

	public function get_data() {
		return $this->data;
	}

Expand full source code Collapse full source code


Top ↑

Related #Related

Top ↑

Used By #Used By

Used By
Used By Description
includes/class-wc-meta-data.php: WC_Meta_Data::jsonSerialize()

When converted to JSON.


Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress