Some code cleaning

This commit is contained in:
savvasha
2019-09-11 14:12:56 +03:00
parent 9ace2fba2e
commit 5a435867bb
2 changed files with 4 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ if ( '' === $address ) $address = '+';
if ( 'satellite' !== $maptype ) $maptype = 'roadmap';
if ( $latitude != null && $longitude != null ){
do_action ( 'sp_venue_show_map', $latitude, $longitude, $address, $zoom, $maptype );
do_action ( 'sp_venue_show_map', $latitude, $longitude, $address, $zoom, $maptype );
}
if ( is_tax( 'sp_venue' ) )
do_action ( 'sportspress_after_venue_map' );