Mlp_Language_Manager_Options_Page_Data::title PHP Method

title() public method

Returns the title of the setting.
Since: 3.0.0
public title ( ) : string
return string Setting title.
    public function title()
    {
        return $this->page_title;
    }
Mlp_Language_Manager_Options_Page_Data