Filter Hooks

The follow table is a list of available filter hooks within Redux Framework that developers may use in their own code.  Please note, a solid understand of PHP and WordPress filter hooks is required. As always, please be sure to replace {opt_name} with the opt_name string of your Redux instance. Thanks to @paulthecoder for compiling […]

Read More

Color Schemes

The Redux Color Schemes extension is a new way to take control over the color layout of your theme.  Instead of using individual color pickers to design the color layout of your theme, set them all up in one simple, easy-to-use field!   In addition to choosing any color, this extension also offers a per color […]

Read More

Button Set

The button set gives you a button bar to set options. It can be useful when you want to group a number of options together in a more advanced radio or checkbox (multi argument, see blow). Arguments Name Type Default Description type string ‘button_set’ Value identifying the field type. id string Unique ID identifying the […]

Read More

Checkbox

The Checkbox field may be used to offer a single check option, or a group of multi-check options. Arguments Name Type Default Description type string ‘checkbox’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string […]

Read More

Image Select

Description of field Arguments Name Type Default Description type string ‘image_select’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of the option, situated beneath the title. desc string Description of the option, […]

Read More

Radio

The Radio field is an excellent way to present a set of choices for users to select from. Arguments Name Type Default Description type string ‘radio’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string […]

Read More

Select

The Select field displays information in a drop-down field in both single and multi-select formats. Arguments Name Type Default Description type string ‘select’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of […]

Read More

Select Image

The Select Image field offers the ability to populate a drop-down field with an array of images names.  When selected, a preview of the image appears underneath. Arguments Name Type Default Description type string ‘select_image’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. […]

Read More

Sortable

The Sortable field allows for an unlimited array of drag-and-drop text box inputs or check boxes. Arguments Name Type Default Description type string ‘sortable’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display […]

Read More

Sorter

The Sorter field enabled the user to specify blocks that can be organized between the Enabled and Disabled columns via drag-and-drop. Arguments Name Type Default Description type string ‘sorter’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the […]

Read More