=== Global Custom Fields === Contributors: tommasomeli Tags: gcf, advanced, custom, field, fields, form, php, content, groups, shortcode, shortcodes Requires at least: 3.4 Tested up to: 5.4 Requires PHP: 5.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create Global Custom fields and save them into WP Options, get them with PHP or use gfc Shortcode == Description == Customize WordPress with Global Custom Fields! You can use GCF for example to create global text fields, variable contents for each language (creating a group of fields for each language on your site), to save custom urls and retrieve them wherever you want, to create custom fields with PHP functions 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]` N.B. Use php "eval" only if you know what you're doing. Save php fields using pseudo tags `[php] ... [/php]` == Installation == 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! (More details in the 'Description' section) == Screenshots == 1. GCF Settings 2. GCF Groups 3. GCF Fields 4. GCF Fields 5. GCF Fields 6. GCF Fields