Changes between Initial Version and Version 1 of Ticket #7658, comment 6
- Timestamp:
- 01/18/2018 04:47:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7658, comment 6
initial v1 17 17 }}} 18 18 19 Similarly, to fetch the current user's display name (fullname), we could use `get_the_author_meta( 'display_name', get_current_user_id() )`. (I'm assuming that these values are cached by WP. )19 Similarly, to fetch the current user's display name (fullname), we could use `get_the_author_meta( 'display_name', get_current_user_id() )`. (I'm assuming that these values are cached by WP. Edit: They are--everything boils down to `WP_User::get_data_by` which uses the user cache.) 20 20 21 21 The exception I believe is the domain, which is calculated by BP.