Created
September 8, 2017 07:00
-
-
Save wpflippercode/2a905150696ff565f6a48484860cc5b7 to your computer and use it in GitHub Desktop.
Modify Listing HTML below Google Maps Using Hook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('wpgmp_listing_html', 'wpgmp_listing_html',1,2 ); | |
function wpgmp_listing_html($listing_html,$map) { | |
$listing_html = "<div class='listing_item'><h3>{marker_title}</h3> <p>{marker_message}</p></div>"; | |
return $listing_html; | |
} |
Hello,
I have understood your query but this feature is not available right now.
Best Regards
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want accordion category wise.
You have any solution?