how to get wordpress username in php file code example Example: wp get logged in user id <?php $user_id = get_current_user_id(); ?>