(identifier)_time_exceeded filter-hook . WC 1.0
Usage
add_filter( '(identifier)_time_exceeded', 'filter_function_name_4258' ); function filter_function_name_4258( $return ){ // filter... return $return; }
- $return
- -
Where the hook is called
(identifier)_time_exceeded
woocommerce/includes/libraries/wp-background-process.php 392
return apply_filters( $this->identifier . '_time_exceeded', $return );