How to use it
You can find Dynamic Tag TOKEN in Dynamic Tags list in all supported Controls field:
- Text
- Text area
- Number
- Slider number
- Image media
- Media gallery
- Color
- Select Query


Wizard
For an easy creation of the Tokens code, it’s available an automatic WIZARD enabled from the Token options.
This is a Token String Wizard.
Just fill in the fields and select the wanted options.

Post
- Object
Select the Post object to retrieve its data - Field
Select the Field to display, search from native Post Field (like Title, Excerpt, …) or any Post Meta (like ACF, PODS, etc) - SubField
Optionally specify a sub value if your field is an array or object - Source
You can change the Post Source and read its data,
by default is Current Post - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.

User
- Object
Select the User object to retrieve its data - Field
Select the Field to display, search from native User Field (like first_name, email, …) or any User Meta (like ACF, PODS, etc) - SubField
Optionally specify a sub value if your field is an array or object - Source
You can change the User Source and read its data,
by default is Current logged User - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.

Term of Taxonomy
- Object
Select the Term object to retrieve its data - Field
Select the Field to display, search from native Term Field (like name, count, …) or any Term Meta (like ACF, PODS, etc) - SubField
Optionally specify a sub value if your field is an array or object - Source
You can change the Term Source and read its data,
by default is Current Taxonomy Term in Term Archive, or Post’s Terms in single Post. - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.

Date Time
- Object
Select the Date object to generate and display a Date/Time value - Modifier
Dynamically add or remove some time on current time - Format
The display format (like Y/m/d H:i:s)
By default is the one configured in WordPress settings - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.

Wp Query
- Object
Select the WP_Query object to retrieve its data - SubField
Specify a sub value of the WP_Query object - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.

Global Options
- Object
Select the Option object to read the main WP Global Options - Field
Select the wanted Option searching it by its name - SubField
Optionally specify a sub value if your value is an array or object - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.

System
- Object
Select the System object to display a Server info and vars - Field
Put the name of a Server var (like _POST, _GET, …) or the name of a Constant - SubField
Optionally specify a sub value if your value is an array or object - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.

ACF
- Object
Select the ACF object to retrieve its data, based on current element (Post, User, Term or Option) - Field
Select the ACF field searching it by its name
You can use it to fetch complex data (like Repeater, …) - Get Field Settings
Display its configuration instead its meta value,
useful to retrieve field info (like Label, Options, …) - SubField
Optionally specify a sub value if your value is an array or object - Filters
Apply any filter on fetched data. A filter is a function.
You can access to all WP and PHP native function - Show Code
Display the generated Token by the Wizard, useful to copy it and re-use elsewhere. - Return as Data
Needed only for some kind of Controls like Media, which need a structured return data.
