Guest User

Untitled

a guest
Apr 30th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1.  
  2.         if (!$isImage && $locale !== 'LANG_CODE') {
  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