woocommerce_after_template_part action-hook . WC 1.0
Usage
add_action( 'woocommerce_after_template_part', 'action_function_name_2262', 10, 4 ); function action_function_name_2262( $action_args_template_name, $action_args_template_path, $action_args_located, $action_args_args ){ // action... }
- $action_args_template_name
- -
- $action_args_template_path
- -
- $action_args_located
- -
- $action_args_args
- -
Where the hook is called
woocommerce/includes/wc-core-functions.php 347
do_action( 'woocommerce_after_template_part', $action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );