File "restore_noise.md"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument/restore_noise.md
File size: 477 bytes
MIME-type: text/plain
Charset: utf-8

 
Open Back
```php
restore_noise ( string $text ) : string
```

Restores noise in the provided string by replacing noise placeholders by their original contents.

| Parameter | Description                                           |
|-----------|-------------------------------------------------------|
| `text`    | A string (potentially) containing noise placeholders. |

Returns the string with original contents restored or the original string if it doesn't contain noise placeholders.