woocommerce_remote_logger_sanitized_content
woocommerce_remote_logger_sanitized_content
Appears in: woocommerce.10.0.4, woocommerce.10.1.2, woocommerce.9.5.1, woocommerce.9.5.2, woocommerce.9.7.0, woocommerce.9.7.1, woocommerce.9.8.1, woocommerce.9.9.3, woocommerce.9.9.5
Hook Type: filter
Displaying hooks found in version: woocommerce.9.9.5apply_filters('woocommerce_remote_logger_sanitized_content') is found 1 times:
- /src/Internal/Logging/RemoteLogger.php line 439
* * @param string $sanitized The sanitized content. * @param string $content The original content. */ return apply_filters( 'woocommerce_remote_logger_sanitized_content', $sanitized, $content ); } /** * Normalize file paths by replacing absolute paths with relative ones. * * @param string $content The content containing paths to normalize.