woocommerce_product_options_external

woocommerce_product_options_external

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_product_options_external') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-general.php line 39
    				'description' => __( 'This text will be shown on the button linking to the external product.', 'woocommerce' ),
    			)
    		);
    
    		do_action( 'woocommerce_product_options_external' );
    		?>
    	</div>
    
    	<?php
    		$cogs_controller = wc_get_container()->get( CostOfGoodsSoldController::class );
    		$cogs_is_enabled = $cogs_controller->feature_is_enabled();