woocommerce_remote_logger_sanitized_content

woocommerce_remote_logger_sanitized_content

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_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.