add_action('wp_head', function() { if (current_user_can('manage_options')) { global $template; echo '
📄 الملف الحالي: ' . basename($template) . '
'; } });