woocommerce_regenerate_variation_summaries_sync_threshold, 50
woocommerce_regenerate_variation_summaries_sync_threshold, 50
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_regenerate_variation_summaries_sync_threshold, 50') is found 1 times:
- /includes/class-wc-post-data.php line 869
* @since 10.2.0 * @param int $threshold The default threshold value (50). * @return int The filtered threshold value. */ return absint( apply_filters( 'woocommerce_regenerate_variation_summaries_sync_threshold', 50 ) ); } /** * Handles updates to a global attribute by triggering variation summary regeneration. * * @since 10.2.0