דלג לתוכן דלג לסרגל הצד

נושא זה מכיל 0 1, יש ל 1קוֹל.

עודכן לאחרונה על ידי alexandreP-37 לפני שנה 1, 4 חודשים.

בסיוע: Dražen.

מחבר פוסטים
מרץ 14, 2024 ב־11:52 am #15409555

alexandreP-37

Hello! I would like to know if there is a way to clean the database from strings that are not used anymore (deprecated strings). For example, in the theme we have had a string which was __('hello dear world','theme'); and later on, after translation, that string was changed to __('hello world','theme');. As far as I understand, the old string is still there but not used. How can I remove it from the database ?