Rename action from woocommerce_after_tabs to woocommerce_product_after_tabs

Doing this to use a more specific name.
This commit is contained in:
Rodrigo Primo 2019-09-26 14:19:39 -03:00
parent a2d8de35e1
commit 93a92abfd3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if ( ! empty( $product_tabs ) ) : ?>
</div>
<?php endforeach; ?>
<?php do_action( 'woocommerce_after_tabs' ); ?>
<?php do_action( 'woocommerce_product_after_tabs' ); ?>
</div>
<?php endif; ?>