woocommerce_after_settings_(current_tab) action-hook . WC 1.0
Usage
add_action( 'woocommerce_after_settings_(current_tab)', 'action_function_name_951' ); function action_function_name_951(){ // action... }
Where the hook is called
woocommerce_after_settings_(current_tab)
woocommerce/includes/admin/views/html-admin-settings.php 50
<?php do_action( 'woocommerce_after_settings_' . $current_tab ); ?>