Archive | _ RSS feed for this section

_wp_translate_postdata

Rename $_POST data from form names to DB post columns.Manipulates $_POST directly.

4419

Continue reading

_wp_specialchars

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

4415

Continue reading

_wp_relative_upload_path

Return relative path to an uploaded file.The path is relative to the current upload dir.

4413

Continue reading