Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Global Custom Fields

Descrizione

Customize WordPress with Global Custom Fields! You can use GCF for example to create HTML + PHP shortcodes, global text fields, to save custom urls and retrieve them wherever you want and much more.

Add global fields in GCF Admin Page Create groups in the ‘Settings’ section and related fields in the ‘Fields’ section. Then edit the fields individually from the ‘GCF’ section.

Recover GCF with php Fields groups / single gcf can be retrieved anywhere within your theme / plugin with the function get_gcf($group, $single = false, $eval = false)

Show single GCF with a shortcode Load and display your single gcf with a shortcode! [gcf group="group_name" field="field_name" eval=false]

Each field is validated before saving. Add non-standard HTML tags and attributes in the “Settings” section if you need.

N.B. Use php “eval” only if you know what you’re doing. Save php fields using pseudo tags

 ... 

contact me if you have any questions, issues, or suggestions.
And leave a review to grow the project!

Screenshot

  • GCF Settings
  • GCF Groups
  • GCF Fields
  • GCF Fields

Installazione

  1. Upload the global-custom-fields folder to the directory /wp-content/plugins/.
  2. Activate the plugin using the ‘Plugins’ menu in WordPress.
  3. Set up the plugin from GCF Admin Page
  4. Use get_gcf() php function or [gcf] shortcode to add GCF anywhere! (see more in the ‘Description’ section)

Recensioni

23 Aprile 2020
Unico nel suo genere, non ho trovato alternativa migliore per questo tipo di lavoro! Grazie mille
23 Aprile 2020
Very useful to add my custom code without much hassle, wherever i want and without risky copypasting. Thanks a lot!
Leggi tutte le recensioni di 5

Contributi e sviluppo

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

Collaboratori

Traduci “Global Custom Fields” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.3 (25th March,2021)

  • WP 5.7 compatibility

1.2 (14th December,2020)

  • remove warnings from fields editor
  • code editor fixed

1.1 (1th June,2020)

  • add Fields editor (with lines and code highlights)
  • add extra Tags / Attributes section in settings
  • fix PHP eval feature