Amazon_S3_And_CloudFront::get_plugin_page_title PHP Method

get_plugin_page_title() public method

Get the plugin title to be used in page headings
public get_plugin_page_title ( ) : string
return string
    function get_plugin_page_title()
    {
        return apply_filters('as3cf_settings_page_title', $this->plugin_title);
    }
Amazon_S3_And_CloudFront