New hook for product external options

This commit is contained in:
Alexandre Faustino 2021-07-07 10:41:40 +01:00
parent 9398c894c9
commit 31ac6db10f
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ defined( 'ABSPATH' ) || exit;
'description' => __( 'This text will be shown on the button linking to the external product.', 'woocommerce' ),
)
);
do_action( 'woocommerce_product_options_external' );
?>
</div>