if ( !function_exists('wp_set_current_user') ) : /** * @ignore */ function wp_set_current_user($id, $name = '') { global $current_user; ...
確定! 回上一頁