Amazon_S3_And_CloudFront::get_settings_tabs PHP Method

get_settings_tabs() public method

Get the tabs available for the plugin settings page
public get_settings_tabs ( ) : array
return array
    function get_settings_tabs()
    {
        $tabs = array('media' => _x('Media Library', 'Show the media library tab', 'amazon-s3-and-cloudfront'), 'support' => _x('Support', 'Show the support tab', 'amazon-s3-and-cloudfront'));
        return apply_filters('as3cf_settings_tabs', $tabs);
    }
Amazon_S3_And_CloudFront