Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/data-stores/class-wc-data-store-wp.php / Page 2

WC_Data_Store_WP::get_props_to_update()

Method: Gets a list of props and meta keys that need updated based on change state or if they are present in the database or not.

Source: includes/data-stores/class-wc-data-store-wp.php:219

Used by 0 functions | Uses 0 functions

WC_Data_Store_WP::update_or_delete_post_meta()

Method: Update meta data in, or delete it from, the database.

Source: includes/data-stores/class-wc-data-store-wp.php:250

Used by 0 functions | Uses 0 functions

WC_Data_Store_WP::get_wp_query_args()

Method: Get valid WP_Query args from a WC_Object_Query’s query variables.

Source: includes/data-stores/class-wc-data-store-wp.php:267

Used by 1 function | Uses 0 functions

WC_Data_Store_WP::parse_date_for_wp_query()

Method: Map a valid date query var to WP_Query arguments.

Source: includes/data-stores/class-wc-data-store-wp.php:334

Used by 0 functions | Uses 1 function

WC_Data_Store_WP::add_meta()

Method: Add new piece of meta.

Source: includes/data-stores/class-wc-data-store-wp.php:135

Used by 0 functions | Uses 0 functions

WC_Data_Store_WP::update_meta()

Method: Update meta.

Source: includes/data-stores/class-wc-data-store-wp.php:146

Used by 0 functions | Uses 0 functions

WC_Data_Store_WP::get_db_info()

Method: Table structure is slightly different between meta types, this function will return what we need to know.

Source: includes/data-stores/class-wc-data-store-wp.php:156

Used by 1 function | Uses 0 functions

WC_Data_Store_WP::prefix_key()

Method: Internal meta keys we don’t want exposed as part of meta_data. This is in addition to all data props with _ prefix.

Source: includes/data-stores/class-wc-data-store-wp.php:196

Used by 0 functions | Uses 0 functions

WC_Data_Store_WP::exclude_internal_meta_keys()

Method: Callback to remove unwanted meta data.

Source: includes/data-stores/class-wc-data-store-wp.php:206

Used by 0 functions | Uses 0 functions

woocommerce_data_store_wp_{$this->meta_type}_read_meta

Filter Hook: Shared logic for WP based data.

Source: includes/data-stores/class-wc-data-store-wp.php:113

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