Uses
Uses | Description |
---|---|
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/wp-db.php: wpdb::insert() | Inserts a row into the table. |