bbp_admin_get_settings_fields_for_section

bbp_admin_get_settings_fields_for_section

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_admin_get_settings_fields_for_section') is found 1 times:

  • /includes/admin/settings.php line 641
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
            $retval = $fields[ $section_id ];
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_admin_get_settings_fields_for_section', $retval, $section_id );
    }
     
    /** User Section **************************************************************/
     
    /**
     * User settings section description for the settings page