wp-includes/class-wp-http-requests-hooks.php:
WP_HTTP_Requests_Hooks::dispatch()
|
Dispatch a Requests hook to a native WordPress action.
|
wp-includes/class-wp-network-query.php:
WP_Network_Query::get_networks()
|
Gets a list of networks matching the query vars.
|
wp-includes/class-wp-network-query.php:
WP_Network_Query::parse_query()
|
Parses arguments passed to the network query with default query parameters.
|
wp-includes/class-wp-site-query.php:
WP_Site_Query::get_sites()
|
Retrieves a list of sites matching the query vars.
|
wp-includes/class-wp-site-query.php:
WP_Site_Query::parse_query()
|
Parses arguments passed to the site query with default query parameters.
|
wp-includes/plugin.php:
do_action_deprecated()
|
Fires functions attached to a deprecated action hook.
|
wp-includes/class-wp-comment-query.php:
WP_Comment_Query::get_comments()
|
Get a list of comments matching the query vars.
|
wp-includes/class-wp-comment-query.php:
WP_Comment_Query::parse_query()
|
Parse arguments passed to the comment query with default query parameters.
|
wp-includes/class-wp-query.php:
WP_Query::setup_postdata()
|
Set up global post data.
|
wp-admin/includes/deprecated.php:
WP_User_Search::prepare_query()
|
Prepares the user search query (legacy).
|
wp-admin/includes/user.php:
edit_user()
|
Edit user settings based on contents of $_POST
|
wp-includes/class.wp-styles.php:
WP_Styles::__construct()
|
Constructor.
|
wp-includes/pluggable.php:
wp_mail()
|
Sends an email, similar to PHP’s mail function.
|
wp-includes/class-wp.php:
WP::main()
|
Sets up all of the variables required by the WordPress environment.
|
wp-includes/class-wp.php:
WP::parse_request()
|
Parse request to find correct WordPress query.
|
wp-includes/class-wp.php:
WP::send_headers()
|
Sends additional HTTP headers for caching, content type, etc.
|
wp-includes/class-wp-query.php:
WP_Query::the_post()
|
Sets up the current post.
|
wp-includes/class-wp-query.php:
WP_Query::have_posts()
|
Determines whether there are more posts available in the loop.
|
wp-includes/class-wp-query.php:
WP_Query::get_posts()
|
Retrieves an array of posts based on query variables.
|
wp-includes/class-wp-query.php:
WP_Query::parse_query()
|
Parse a query string and set query type booleans.
|
wp-includes/class-wp-http-curl.php:
WP_Http_Curl::request()
|
Send a HTTP request to a URI using cURL extension.
|
wp-includes/admin-bar.php:
wp_admin_bar_render()
|
Renders the admin bar to the page based on the $wp_admin_bar->menu member var.
|
wp-includes/feed.php:
fetch_feed()
|
Build SimplePie object based on RSS or Atom feed from URL.
|
wp-includes/class-wp-user-query.php:
WP_User_Query::prepare_query()
|
Prepare the query variables.
|
wp-includes/user.php:
wp_signon()
|
Authenticates and logs a user in with ‘remember’ capability.
|
wp-includes/class-wp-rewrite.php:
WP_Rewrite::rewrite_rules()
|
Constructs rewrite matches and queries from permalink structure.
|
wp-includes/class.wp-scripts.php:
WP_Scripts::init()
|
Initialize the class.
|
wp-includes/class-wp-widget.php:
WP_Widget::form_callback()
|
Generates the widget control form (Do NOT override).
|
wp-includes/comment.php:
pingback()
|
Pings back the links found in a post.
|
Basic Example
Call an action and pass an array of arguments:
This is the same as: