(hook) action-hookWC 9.5.0

Action to render the content of a hook.

Usage

add_action( '(hook)', 'wp_kama_hook_action' );

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

	// action...
}

Changelog

Since 9.5.0 Introduced.

Where the hook is called

AbstractTemplateCompatibility::get_hooks_buffer()
(hook)
AbstractOrderConfirmationBlock::get_hook_content()
(hook)
ActionScheduler_Action::execute()
(hook)
woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_Action.php 56
do_action_ref_array( $hook, array_values( $this->get_args() ) );

Where the hook is used in WooCommerce

Usage not found.