Descripción
Displays metadata in a metabox on the creation/editing pages for posts (any CPT), terms (any taxonomy), and users.
The metadata is shown in a human-readable format, organized and unserialized. This metabox will only be visible to administrator
users or users with the display_metadata_metabox
capability.
As a developer, you often need to access and review the values of metadata (or properties) attached to posts, terms,
users, or comments. Whether it’s for debugging or optimizing custom functionalities, having a clear view of this data
is essential for ensuring your code interacts correctly with the underlying WordPress objects.
As a sysadmin, managing and cleaning up unnecessary meta fields is crucial for keeping the database lean and efficient.
By understanding which meta fields are currently in use across posts, terms, comments, and users, you can make informed
decisions about which metadata to remove, optimizing performance and preventing clutter in your system.
As a plugin author, it’s important to verify that your plugin is creating and managing meta fields properly.
The Display Meta plugin allows you to inspect whether your plugin is adding the correct metadata and helps ensure
compatibility with other plugins that may also modify metadata.
As a theme author, knowing which meta fields are available is key to leveraging them effectively in your theme designs.
Whether you want to display custom fields in a template or use metadata for styling purposes, having direct access to
this information will enable you to create more dynamic and responsive themes.
In all of these cases (and many more), the Display Meta plugin simplifies the process by displaying all relevant metadata
in a human-readable format, right within the WordPress admin interface. With this tool, you can easily view, organize,
and manage metadata without having to dig through the database or write custom queries.
Agradecimientos
- Codection por la reseña de este plugin.
Envíame los fallos o las mejoras
Si estás interesado en contribuir a Display Metadata, dirígete al repositorio de Display Metadata en GitHub.
Capturas
Puedes ver las propiedades de la entrada (para cualquier tipo de contenido personalizado), los campos personalizados y los metas protegidos desde una caja meta de la entrada. Puedes ver las propiedades del término (de cualquier taxonomía), los campos personalizados y los metas protegidos. Finalmente, también puedes ver las propiedades del usuario, los campos personalizados y los metas protegidos.
Instalación
- Log in to the
/wp-admin/
dashboard of your WordPress website. - Go to the Plugins section.
- Select the Add New sub-menu item.
- In the search bar, type Display Metadata and click the Search Plugins button.
- Find the plugin and click the Install Now button.
- After installation, click the Activate Plugin button.
- Once activated, this plugin will add a new metabox to the editing form of posts (any CPT), terms (any taxonomy), comments, and users.
Reseñas
No hay valoraciones para este plugin.
Colaboradores y desarrolladores
«Display post meta, term meta, comment meta, and user meta» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Display post meta, term meta, comment meta, and user meta» está traducido en 4 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «Display post meta, term meta, comment meta, and user meta» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
Más cambios detallados en el repositorio de Display Metadata en GitHub.
= 1.0 / 2024-11-16
- Fixed security issue.
- Added support for recent PHP versions (starting from 8.1).
- Added unit and functional tests to the deployment workflow.
- Improved code readability.
= 0.4 / 2022-07-25
- Fix warning with PHP 8.0
- Test with WP 6.0.1 version.
- Better meta names when keys are repeated.
= 0.3 / 2021-07-17
- Better hover
- Better design
- Fix bug with metas with the same key.
= 0.2 / 2021-02-05
- Compatibilidad con datos meta de comentarios.
- Compatibilidad para copiar en el portapapeles las claves/valores meta.
- Hacer que se pueda hacer clic en los enlaces.
- Permitir mostrar un array vacío.
0.1 / 2020-12-21
- Versión inicial.