Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/load.php: is_network_admin() | Whether the current request is for the network administrative interface. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/functions.php: wp_list_filter() | Filters a list of objects, based on a set of key => value arguments. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/link-template.php: get_admin_url() | Retrieves the URL to the admin area for a given site. |
wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. |
wp-includes/user.php: get_blogs_of_user() | Get the sites a user belongs to. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |