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