Rename action from woocommerce_after_tabs to woocommerce_product_after_tabs
Doing this to use a more specific name.
This commit is contained in:
parent
a2d8de35e1
commit
93a92abfd3
|
@ -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; ?>
|
||||
|
|
Loading…
Reference in New Issue