Vai al contenuto
WordPress.org

Italia

  • Temi
  • Plugin
  • Notizie
    • Documentazione
    • Forum
  • Info
    • Manifesto
    • Unisciti alla Community
    • Team
    • Manuali
    • Traduci
    • Meetup italiani
    • WordCamp
    • Five for the Future
    • Proposte di lavoro
    • Swag Store
    • Directory delle foto
    • Learn WordPress
    • Openverse
    • Pattern
    • Playground
    • Prova l’editor Gutenberg
    • WordPress.tv
  • Eventi
  • Scarica WordPress
Scarica WordPress
WordPress.org

Plugin Directory

Custom Metadata Manager

  • Invia un plugin
  • I miei preferiti
  • Accedi
  • Invia un plugin
  • I miei preferiti
  • Accedi

Custom Metadata Manager

Di Mohammad Jangda
Scarica
  • Dettagli
  • Recensioni
  • Installazione
  • Sviluppo
Supporto

Descrizione

Custom Metadata Manager gives developers a single, consistent API for adding custom fields to any object type in WordPress: post, page, any custom post type, user and comment. Rather than offering a point-and-click interface, it follows the WordPress approach of registering content in code, so your fields live alongside the rest of your theme or plugin.

Fields are grouped into metaboxes, stored through the standard WordPress metadata APIs, and remain available even if the plugin is later deactivated. You can render fields with the built-in field types or supply your own display and sanitisation callbacks, and you can include or exclude fields and groups for specific objects, either by ID or through a callback.

This approach is particularly useful when working across multiple environments (local, staging and production), because your field definitions travel with your code and need no database synchronisation.

Usage

Custom Metadata Manager is a developer-focused plugin: you register your fields and groups in code, typically from a theme’s functions.php or your own plugin. The full API reference — object types, registering fields and groups, include and exclude rules, multifields and worked examples — is documented in DEVELOPERS.md.

Contributing

Contributions are welcome. Please read CONTRIBUTING.md for how to set up a local environment, run the tests and submit a pull request.

Support

Please report bugs and request features through the GitHub issue tracker.

Credits

Custom Metadata Manager is maintained by Automattic, and was originally created by Stresslimit. Thank you to the many community contributors who have helped shape the plugin.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 or later, as published by the Free Software Foundation. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LICENSE file for the full licence text.

Screenshot

A custom metabox added to the post editing screen.
A custom metabox added to the post editing screen.
Custom fields registered against a user profile.
Custom fields registered against a user profile.
Grouped fields displayed in a metabox with descriptions.
Grouped fields displayed in a metabox with descriptions.

Installazione

  1. Install through the WordPress admin, or upload the plugin folder to your /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Add the code to register your custom groups and fields to your theme’s functions.php or your own plugin.
  4. Enjoy.

FAQ

Why a code-based approach instead of a UI?

Because the UI approach has been done many times before, and a code-based approach aligns more closely with the existing WordPress model for registering content, such as post types and taxonomies.

This is a developer feature aimed at site builders. The main benefit becomes clear when you work across multiple environments (development, staging and production): you can replicate interfaces and features without worrying about database synchronisation.

Why isn’t the function just `add_metadata_field`? Why the `x_` prefix?

We are namespacing our public functions, and you should too. The x_ prefix keeps the plugin’s functions from clashing with anything else in WordPress core, themes or other plugins.

How do I use this plugin?

See DEVELOPERS.md for full instructions, and the custom_metadata_examples.php file for worked examples.

Recensioni

Very good for simple development

tantaluspl 10 Luglio 2017
If all you need is adding few custom metaboxes here and there to couple them with some other functionalities, this is a very clean solution. Saved me a ton of work!
Leggi tutte le recensioni di 5

Contributi e sviluppo

“Custom Metadata Manager” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori
  • Mohammad Jangda
  • Automattic
  • Gary Jones

Traduci “Custom Metadata Manager” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

The full version history is recorded in CHANGELOG.md.

Meta

  • Versione 0.8.0
  • Ultimo aggiornamento 2 settimane fa
  • Installazioni attive 700+
  • Versione WordPress 6.4 o superiore
  • Testato fino alla versione 7.1
  • Versione PHP 7.4 o superiore
  • Lingua
    English (US)
  • Tag
    custom fieldscustom post typesmeta boxesmetadata
  • Visualizzazione avanzata

Valutazioni

4.4 su 5 stelle.
  • 3 recensioni a 5-stelle 5 stelle 3
  • 1 4- recensioni a stelle 4 stelle 1
  • 1 3- recensioni a stelle 3 stelle 1
  • 0 recensioni a 2-stelle 2 stelle 0
  • 0 recensioni a 1-stelle 1 stella 0

La tua recensione

Vedi tutte le recensioni

Collaboratori

  • Mohammad Jangda
  • Automattic
  • Gary Jones

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Chiedi nel forum di supporto

  • Chi siamo
  • News
  • Hosting
  • Privacy
  • Vetrina
  • Temi
  • Plugin
  • Pattern
  • Learn (Training)
  • Supporto
  • Sviluppo
  • WordPress.tv ↗
  • Partecipa
  • Eventi
  • Donazioni ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Italia

  • Visita il nostro account X (ex Twitter)
  • Visita il nostro account Bluesky
  • Visita il nostro account Mastodon
  • Visita il nostro account Threads
  • Visita la nostra pagina Facebook
  • Visita il nostro account Instagram
  • Visita il nostro account LinkedIn
  • Visita il nostro account TikTok
  • Visita il nostro canale YouTube
  • Visita il nostro account Tumblr
Code is Poetry.
The WordPress® trademark is the intellectual property of the WordPress Foundation.