woocommerce_register_log_handlers, array( $handler_instance
woocommerce_register_log_handlers, array( $handler_instance
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_register_log_handlers, array( $handler_instance') is found 1 times:
- /includes/class-wc-logger.php line 67
* @param WC_Log_Handler_Interface[] * * @since 3.0.0 */ $handlers = apply_filters( 'woocommerce_register_log_handlers', array( $handler_instance ) ); } $registered_handlers = array(); if ( ! empty( $handlers ) && is_array( $handlers ) ) { foreach ( $handlers as $handler ) {