Guest User

Untitled

a guest
Feb 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. function my_searchwp_th_pre_process_content( $content ) {
  4. // TODO: manipulate $content in any way you'd like.
  5.  
  6. return $content;
  7. }
  8.  
  9. add_filter( 'searchwp_th_pre_process_content', 'my_searchwp_th_pre_process_content' );
Add Comment
Please, Sign In to add comment