el_setting_sections

apply_filters( 'el_setting_sections', $sections );

Description

Use this filter hook to return the list of setting sections in the 'Email Log Settings' screen. Add-ons use this filter to add their sections to the 'Settings' screen.

Parameters

  • $sections: An array of EmailLog\Core\UI\Setting\SettingSection objects.