Uses
Uses | Description |
---|---|
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-signup.php: show_user_form() | Display user registration form |
wp-signup.php: signup_user_init | Filters the default user variables used on the user sign-up form. |
wp-signup.php: signup_hidden_fields | Hidden sign-up form fields output when creating another site or user. |
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_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: checked() | Outputs the HTML checked attribute. |
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/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |