Uses
Uses | Description |
---|---|
wp-signup.php: signup_blog_init | Filters the default site creation variables for the site sign-up form. |
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: esc_attr_e() | Display translated text that has been escaped for safe use in an attribute. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
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. |