Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/abstracts/abstract-wc-data.php / Page 4

WC_Data::get_meta_data()

Method: Get All Meta Data.

Source: includes/abstracts/abstract-wc-data.php:289

Used by 3 functions | Uses 1 function

WC_Data::is_internal_meta_key()

Method: Check if the key is an internal one.

Source: includes/abstracts/abstract-wc-data.php:301

Used by 3 functions | Uses 1 function

WC_Data::get_meta()

Method: Get Meta Data by Key.

Source: includes/abstracts/abstract-wc-data.php:328

Used by 0 functions | Uses 5 functions

WC_Data::__construct()

Method: Default constructor.

Source: includes/abstracts/abstract-wc-data.php:115

Used by 5 functions | Uses 0 functions

WC_Data::__sleep()

Method: Only store the object ID to avoid serializing the data object instance.

Source: includes/abstracts/abstract-wc-data.php:125

Used by 0 functions | Uses 0 functions

WC_Data::__wakeup()

Method: Re-run the constructor with the object ID.

Source: includes/abstracts/abstract-wc-data.php:134

Used by 0 functions | Uses 3 functions

WC_Data::__clone()

Method: When the object is cloned, make sure meta is duplicated correctly.

Source: includes/abstracts/abstract-wc-data.php:148

Used by 0 functions | Uses 1 function

WC_Data::get_data_store()

Method: Get the data store.

Source: includes/abstracts/abstract-wc-data.php:166

Used by 0 functions | Uses 0 functions

WC_Data::get_id()

Method: Returns the unique ID for this object.

Source: includes/abstracts/abstract-wc-data.php:176

Used by 5 functions | Uses 0 functions

WC_Data::delete()

Method: Delete an object, set the ID to 0, and return result.

Source: includes/abstracts/abstract-wc-data.php:187

Used by 0 functions | Uses 1 function
« Previous 1 … 3 4 5 Next »
Proudly powered by WordPress