Archive | Functions by letter w RSS feed for this section

wp_html_excerpt

Safely extracts not more than the first $count characters from html string.UTF-8, tags and entities safe prefix extraction. Entities inside will *NOT* be counted as one character. For example & will be counted as 4, < as 3, etc.

3767

Continue reading

wp_htmledit_pre

Formats text for the HTML editor.Unless $output is empty it will pass through htmlspecialchars before the ‘htmledit_pre’ filter is applied.

3765

Continue reading

wp_hash_password

Create a hash (encrypt) of a plain text password.For integration with other applications, this function can be overwritten to instead use the other package password checking algorithm.

3761

Continue reading