product_variation_linked
Action Hook: Pre 2.4 handling where ‘slugs’ were saved instead of the full text attribute.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1218
Action Hook: Pre 2.4 handling where ‘slugs’ were saved instead of the full text attribute.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1218
Method: Make sure all variations have a sort order set so they can be reordered correctly.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1235
Method: Return a list of related products (using data like categories and IDs).
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1264
Method: Builds the related posts query.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1292
Method: Update a product’s stock amount directly in the database.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1347
Method: Returns an array of IDs of products that have sales starting soon.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1039
Method: Returns an array of IDs of products that have sales which are due to end.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1065
Method: Find a matching (enabled) variation within a variable product.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1093
Method: Creates all possible combinations of variations from the attributes, without creating duplicates.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:1185
Method: Returns an array of on sale products, as an array of objects with an ID and parent_id present. Example: $return[0]->id, $return[0]->parent_id.
Source: includes/data-stores/class-wc-product-data-store-cpt.php:896