From 4071bd0664cdb5dd97da03020670a62aca72bea6 Mon Sep 17 00:00:00 2001 From: Aaron Holbrook Date: Fri, 30 Jun 2017 22:21:51 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f977e9..8e55262 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ A collection of functions that provide utility functionality for WordPress. * `get_current_url()`: Returns the current URL. * `get_current_url_clean()`: Returns the current URL, but without query args. * `get_id_from_slug( $slug, $post_type = 'post', $force = false )` : Performs a lookup for a post given a slug. -* `get_raw_option_value( $key )`: Performs a very direct, simple query to the WordPress Options table that bypasses normal WP caching. \ No newline at end of file +* `get_raw_option_value( $key )`: Performs a very direct, simple query to the WordPress Options table that bypasses normal WP caching. +* `get_user_display_name( $user_id )`: Easily get the user display name by the user ID.