Tag Archives: codex

wp_filter_comment

Filters and sanitizes comment data.Sets the comment data ‘filtered’ field to true when finished. This can be checked as to whether the comment should be filtered and to keep from filtering the same comment more than once.

3653

Continue reading

wp_explain_nonce

Retrieve nonce action “Are you sure” message.The action is split by verb and noun. The action format is as follows: verb-action_extra. The verb is before the first dash and has the format of letters and no spaces and numbers. The noun is after the dash and before the underscore, if an underscore exists. The noun is also only letters.

3645

Continue reading

wp_dropdown_users

Create dropdown HTML content of users.The content can either be displayed, which it is by default or retrieved by setting the ‘echo’ argument. The ‘include’ and ‘exclude’ arguments do not need to be used; all users will be displayed in that case. Only one can be used, either ‘include’ or ‘exclude’, but not both.

3619

Continue reading