Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook authored Jul 1, 2017
1 parent 70b22dd commit 4071bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* `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.

0 comments on commit 4071bd0

Please sign in to comment.