Archive | Filters RSS feed for this section

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_Filesystem

Initialises and connects the WordPress Filesystem Abstraction classes.This function will include the chosen transport and attempt connecting.

3651

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