Admin_Apple_Settings_Section_API::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 sprintf('%s <a target="_blank" href="https://developer.apple.com/news-publisher/">%s</a> %s.', __('Enter your Apple News credentials below. See', 'apple-news'), __('the Apple News documentation', 'apple-news'), __('for detailed information', 'apple-news'));
    }