Guest User

Untitled

a guest
Apr 30th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1.  
  2.         if (!$isImage && !in_array($locale, ['fr', 'de'])) {
  3.             if ((int) get_option('show_entities')) {
  4.                 $ddgAnswer = (new DuckDuckGoInstantAnswer)->getAnswer($query);
  5.             }
  6.  
  7.             if ((int) get_option('show_answers')) {
  8.                 $instantAnswer = (new InstantAnswer)->boot($query);
  9.             }
  10.         }
Advertisement
Add Comment
Please, Sign In to add comment