Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\CustomPostTypeSupportSettingsBox::title PHP Method

title() public method

Returns the title of the settings box.
Since: 3.0.0
public title ( ) : string
return string The title of the settings box.
    public function title()
    {
        return __('Custom Post Type Support Settings', 'multilingual-press');
    }