Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_filter('wpgmp_listing','wpgmp_listing',1,2 );
  2.  
  3. function wpgmp_listing($listing,$map) {
  4.  
  5. $listing['listing_placeholder'] = "<div class='listing-item'><h4>{marker_title}</h4><p>{marker_address}</p></div>";
  6.  
  7. return $listing;
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement