Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!$isImage && $locale !== 'LANG_CODE') {
- if ((int) get_option('show_entities')) {
- $ddgAnswer = (new DuckDuckGoInstantAnswer)->getAnswer($query);
- }
- if ((int) get_option('show_answers')) {
- $instantAnswer = (new InstantAnswer)->boot($query);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment