rdusnr

Untitled

Dec 12th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. add_filter( 'bps_templates', 'SQ7_rdu_kleo_bp_search_tpl' );
  2.  
  3. function SQ7_rdu_kleo_bp_search_tpl( $templates ) {
  4.     $templates = array ( 'members/bps-form-legacy', 'members/bps-form-inline', 'members/bps-form-with-labels', 'bps-form-custom-eaimee' );
  5.  
  6.     return $templates;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment