Merge pull request #30447 from woocommerce/revert-30229-master

Revert "New hook for product external options"
This commit is contained in:
Roy Ho 2021-08-06 16:24:34 +01:00 committed by GitHub
commit 5d7f6acbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ 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>