Archive | Functions 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_favicon_request

Don’t load all of WordPress when handling a favicon.ico request.Instead, send the headers for a zero-length favicon and bail.

3649

Continue reading