Answer. Solution: You can try function profile_url() { $user = wp_get_current_user(); if( !$user->ID ){ return; } $args = array( 'author' ...
確定! 回上一頁