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

description() public method

Returns the description.
Since: 3.0.0
public description ( ) : string
return string The description.
    public function description()
    {
        return __('In some cases the correct pretty permalinks are not available across multiple sites. Test it, and activate dynamic permalinks for those post types to avoid 404 errors. This will not change the permalink settings, just the URLs in MultilingualPress.', 'multilingual-press');
    }