A Radio Image field can be inserted in:

  • an Admin Page, as an option or a user_meta
  • a User Profile, as a user_meta
  • a Metabox, as a post_meta
Sukellos Admin Builder

The code below is used to generate this section in an Admin Page, for an option:

Copy to Clipboard

A Radio Image inherit from a Field, and an Item, then all settings described in Field Settings and Item Settings are also used.

Specific settings for Radio Image:

Radio Image Settings Description
options
array / Default: array()
Associative array of key-value pairs containing option.
Value is an image URL
width
string / Default: ”
The width used to display the images in radio, default ” to keep original width
height
string / Default: ”
The height used to display the images in radio, default ” to keep original height