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 action 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 […]
Articles Tagged: section
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 […]
Getting started with Fields
Fields are blocks of arrays that represent the individual options within a specific options panel, set via a Sections array. The Section array contains an argument titled fields, which accepts an array, or several blocks of arrays, separated by commas. This is where all field arrays are place. A basic example is shown below. For […]
Section
The Section field provides the ability to set any field below it with an indent. Arguments Name Type Default Description type string ‘section’ 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 […]