<?php$user = get_queried_object();$current_user = wp_get_current_user();$display_footer = '';if($user->ID === $current_user->ID and ...
確定! 回上一頁