Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Template:Private

Use {{Private}} to show that a specific function is private.

It will look like this:


This function's access is marked as private. That means it is not intended for use by plugin and theme developers, but only in other core functions. It is listed here for completeness. Use any of these functions instead.

If you want to specify an alternative function to use, do this instead: {{Private|alternate_function=get_archives}}


This function's access is marked as private. That means it is not intended for use by plugin and theme developers, but only in other core functions. It is listed here for completeness. Use get_archives instead.