Uses
Uses | Description |
---|---|
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-includes/ms-site.php: get_sites() | Retrieves a list of sites matching requested arguments. |
wp-includes/embed.php: get_oembed_response_data() | Retrieves the oEmbed response data for a given post. |
wp-includes/http.php: wp_parse_url() | A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions. |
wp-includes/class-wp-oembed-controller.php: oembed_request_post_id | Filters the determined post ID. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/rewrite.php: url_to_postid() | Examine a URL and try to determine the post ID it represents. |
wp-includes/ms-load.php: is_subdomain_install() | Whether a subdomain configuration is enabled. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |