Advertisement
GochiSiyan

jnews cse

Nov 22nd, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 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=4e5b4808dc858e57b'></script>
  8. <div class='gcse-search'></div>";
  9. }
  10.  
  11. return $content;
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement