apply_filters( 'jb_section_fields', $fields, $tab, $section ) → {array}
Filters JobBoardWP settings fields inside a section.
Parameters:
Name | Type | Description |
---|---|---|
$fields |
array | Settings fields of the current section. |
$tab |
string | Settings tab. |
$section |
string | Settings section. |
- Since:
- 1.0
- Source:
Returns:
Setting's section fields.
- Type
- array