Amazon_S3_And_CloudFront::get_plugin_page_title PHP Méthode

get_plugin_page_title() public méthode

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