Changes between Initial Version and Version 1 of Ticket #59774, comment 16
- Timestamp:
- 02/26/2024 03:23:07 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59774, comment 16
initial v1 5 5 wp_list_pluck( [ get_user_by('ID', 1) ], 'user_email' ); 6 6 }}} 7 return an empty {{{array()}}} while {{{get_user_by('ID', 1)->user_email}}} returns a string.7 returns an empty {{{array()}}} while {{{get_user_by('ID', 1)->user_email}}} returns a string.