<?php function (string $content): string { if (!is_single()) { return $content; } $user = wp_get_current_user(); ray($user); return $content; }