Uses
Uses | Description |
---|---|
wp-includes/ms-functions.php: signup_user_meta | Filters the metadata for a user signup. |
wp-includes/ms-functions.php: after_signup_user | Fires after a user’s signup information has been written to the database. |
wp-includes/formatting.php: sanitize_email() | Strips out all characters that are not allowable in an email. |
wp-includes/formatting.php: sanitize_user() | Sanitizes a username, stripping out unsafe characters. |
wp-includes/pluggable.php: wp_rand() | Generates a random number. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
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/wp-db.php: wpdb::insert() | Inserts a row into the table. |