Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_module_no_content', function ($content) {
- if ( is_search() ) {
- $content .= "
- <h1 class='title'>Try below Google Search method as well.</h1>
- <script async src='https://cse.google.com/cse.js?cx=005243863323681272266:kg4yj9wflrc'></script>
- <div class='gcse-search'></div>";
- }
- return $content;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement