Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\CustomPostTypeSupportSettingsBox::description PHP Méthode

description() public méthode

Returns the description.
Since: 3.0.0
public description ( ) : string
Résultat 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');
    }