(identifier)_time_exceeded хук-фильтр . WC 1.0
Использование
add_filter( '(identifier)_time_exceeded', 'filter_function_name_3964' ); function filter_function_name_3964( $return ){ // filter... return $return; }
- $return
- -
Где вызывается хук
(identifier)_time_exceeded
woocommerce/includes/libraries/wp-background-process.php 392
return apply_filters( $this->identifier . '_time_exceeded', $return );