Uses
Uses | Description |
---|---|
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-signup.php: signup_another_blog_init | Filters the default site sign-up variables. |
wp-signup.php: signup_hidden_fields | Hidden sign-up form fields output when creating another site or user. |
wp-signup.php: show_blog_form() | Generates and displays the Signup and Create Site forms |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: esc_attr_e() | Display translated text that has been escaped for safe use in an attribute. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/user.php: get_blogs_of_user() | Get the sites a user belongs to. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |