WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp iso descrambler

Description

Converts an email subject to ASCII.

Usage

<?php wp_iso_descrambler$string ?>

Parameters

$string
(string) (required) Subject line
Default: None

Return Values

(string) 
Converted string to ASCII

Examples

Notes

Change Log

Since: 1.2.0

Source File

wp_iso_descrambler() is located in wp-includes/formatting.php.

Related

See also index of Function Reference and index of Template Tags.