Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
By default, the map is shown. Use this hook to hide the map on some listings.
Usage
add_filter( 'wpbdp_show_google_maps', 'maybe_hide_bd_map', 10, 2 );
Parameters
- $show (boolean) Default is true, or the value of the latitude/longitude option.
- $listing_id (int) The id of the listing
Examples
There are currently no examples for this hook.