Advertisement
GochiSiyan

google callback

Oct 5th, 2021
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. add_filter('jnews_module_no_content', function ($content) {
  2. if ( is_search() ) {
  3. $content .= "
  4.  
  5. <h1 class='title'>Try below Google Search method as well.</h1>
  6.  
  7. <script async src='https://cse.google.com/cse.js?cx=005243863323681272266:kg4yj9wflrc'></script>
  8. <div class='gcse-search'></div>";
  9. }
  10.  
  11. return $content;
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement