Uses
Uses | Description |
---|---|
wp-includes/load.php: get_current_network_id() | Retrieves the current network ID. |
wp-includes/plugin.php: apply_filters_deprecated() | Fires functions attached to a deprecated filter hook. |
wp-signup.php: signup_get_available_languages() | Retrieves languages available during the site/user signup process. |
wp-signup.php: signup_another_blog() | Allow returning users to sign up for another site |
wp-signup.php: confirm_another_blog_signup() | Confirm a new site signup. |
wp-signup.php: signup_create_blog_meta | Filters the new site meta variables. |
wp-signup.php: add_signup_meta | Filters the new default site meta variables. |
wp-signup.php: validate_blog_form() | Validate the new site signup |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_text_field() | Sanitizes a string from user input or from the database. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/ms-functions.php: wpmu_create_blog() | Create a site. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |