woocommerce_logger_handler_options

woocommerce_logger_handler_options

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

apply_filters('woocommerce_logger_handler_options') is found 1 times:

  • /src/Internal/Admin/Logging/Settings.php line 160
    		 * @param array $handler_options An associative array of class_name => description.
    		 *
    		 * @since 8.6.0
    		 */
    		$handler_options = apply_filters( 'woocommerce_logger_handler_options', $handler_options );
    
    		$current_value = $this->get_default_handler();
    		if ( ! array_key_exists( $current_value, $handler_options ) ) {
    			$handler_options[ $current_value ] = $current_value;
    		}