Guest User

Untitled

a guest
Apr 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. add_filter( 'flatsome_ajax_search_post_type', function ( $post_types ) {
  2. $post_types[] = 'featured_item';
  3. return $post_types;
  4. } );
Add Comment
Please, Sign In to add comment