(action) action-hookWC 2.1.0

Output the custom view given the current tab and section by calling the action.

Usage

add_action( '(action)', 'wp_kama_action' );

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

	// action...
}

Changelog

Since 2.1.0 Introduced.

Where the hook is called

WC_Settings_Page::get_custom_view()
(action)
WC_Settings_Page::get_custom_type_field()
(action)

Where the hook is used in WooCommerce

Usage not found.