Advertisement

wp_allow_comment

Validates whether this comment is allowed to be made.

get_comment_count

Retrieves the total comment counts for the whole site or a single post.

get_comment

Retrieves comment data given a comment ID or comment object.

Advertisement

WP::main

Sets up all of the variables required by the WordPress environment.

WP::handle_404

Set the Headers for 404, if nothing is found for requested URL.

WP::query_posts

Set up the Loop based on the query variables.

WP::init

Set up the current user.

Advertisement

WP::build_query_string

Sets the query string property based off of the query variable property.

WP::send_headers

Sends additional HTTP headers for caching, content type, etc.

WP::parse_request

Parse request to find correct WordPress query.

Advertisement

WP

WordPress environment setup class.

role_has_cap

Filters which capabilities a role has.

WP_Role::has_cap

Determines whether the role has the given capability.