(action) хук-событиеWC 2.1.0

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

Использование

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

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

	// action...
}

Список изменений

С версии 2.1.0 Введена.

Где вызывается хук

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

Где используется хук в WooCommerce

Использование не найдено.