wc_batch_processing_log_message

wc_batch_processing_log_message

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_batch_processing_log_message') is found 1 times:

  • /src/Internal/BatchProcessing/BatchProcessingController.php line 405

    Warning: Undefined array key 409 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 410 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @return string The actual error message that will be logged.
    		 *
    		 * @since 6.8.0
    		 */
    		$error_message = apply_filters( 'wc_batch_processing_log_message', $error_message, $error, $batch_processor, $batch );
    
    		$this->logger->error( $error_message, array( 'exception' => $error ) );
    	}
    }