Merge pull request #3849 from franticpsyx/use_additional_transients
Add woocommerce_delete_product_transients action
This commit is contained in:
commit
43337f896c
|
@ -125,6 +125,8 @@ function wc_delete_product_transients( $post_id = 0 ) {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
do_action( 'woocommerce_delete_product_transients', $post_id );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue