Use {{Private_Class}}
to show that a specific class is private.
It will look like this:
This class's access is marked as private. That means it is not intended for use by plugin and theme developers, but only by other core functions and classes.
Use
any of these classes instead.
If you want to specify an alternative class to use, do this instead: {{Private_Class|alternate_class=WP_User}}
This class's access is marked as private. That means it is not intended for use by plugin and theme developers, but only by other core functions and classes.
Use
WP_User instead.