Amazon_S3_And_CloudFront::get_plugin_page_title PHP 메소드

get_plugin_page_title() 공개 메소드

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