Guenni007

inserted-phrase

Feb 8th, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_filter('gettext_with_context', function($translated, $text, $context, $domain){
  2.     if($context = 'playlist item title' && $text == '“%s”') $translated = "%s";
  3.     return $translated;
  4. }, 10, 4);
Add Comment
Please, Sign In to add comment