Archive | Functions RSS feed for this section

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_restore_post_revision

Restores a post to the specified revision.Can restore a past revision using all fields of the post revision, or only selected fields.

4063

Continue reading

wp_reset_vars

Resets global variables based on $_GET and $_POSTThis function resets global variables based on the names passed in the $vars array to the value of $_POST[$var] or $_GET[$var] or ” if neither is defined.

4059

Continue reading