Merge pull request #3849 from franticpsyx/use_additional_transients

Add woocommerce_delete_product_transients action
This commit is contained in:
Mike Jolley 2013-09-27 07:06:45 -07:00
commit 43337f896c
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ function wc_delete_product_transients( $post_id = 0 ) {
}
}
do_action( 'woocommerce_delete_product_transients', $post_id );
}
/**