woocommerce_before_variations_table action-hookWC 9.7.0

Action hook to add content before the variations table.

Usage

add_action( 'woocommerce_before_variations_table', 'wp_kama_woocommerce_before_variations_table_action' );

/**
 * Function for `woocommerce_before_variations_table` action-hook.
 * 
 * @return void
 */
function wp_kama_woocommerce_before_variations_table_action(){

	// action...
}

Changelog

Since 9.7.0 Introduced.

Where the hook is called

AddToCartWithOptionsVariationSelector::get_variations_table()
woocommerce_before_variations_table

Where the hook is used in WooCommerce

Usage not found.