Archive | /wp-includes/formatting.php RSS feed for this section

wp_specialchars_decode

Converts a number of HTML entities into their special characters.Specifically deals with: &, , “, and ‘.

4137

Continue reading

wp_richedit_pre

Formats text for the rich text editor.The filter ‘richedit_pre’ is applied here. If $text is empty the filter will be applied to an empty string.

4067

Continue reading

wp_rel_nofollow_callback

Callback to used to add rel=nofollow string to HTML A element.Will remove already existing rel=”nofollow” and rel=’nofollow’ from the string to prevent from invalidating (X)HTML.

4031

Continue reading