Skip to content

Commit

Permalink
Add default for show_map option
Browse files Browse the repository at this point in the history
Ref #260
  • Loading branch information
CodyReichert committed Feb 28, 2024
1 parent b8eefa1 commit 0b06d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simply-rets-shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ public static function sr_residential_shortcode($atts = array ()) {
$setting_atts = array(
"map_position" => get_option('sr_search_map_position', 'map_above'),
"grid_view" => false,
"show_map" => true,
"vendor" => "",
"limit" => 20
);
Expand Down

0 comments on commit 0b06d1b

Please sign in to comment.