Admin_Apple_Settings_Section_Formatting::get_section_info PHP Method

get_section_info() public method

Gets section info.
public get_section_info ( ) : string
return string
    public function get_section_info()
    {
        return __('Configuration for the visual appearance of the generated articles', 'apple-news');
    }