Skip to content

Instantly share code, notes, and snippets.

@eslucky
Created January 4, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eslucky/3b6c2db98a0ffcedb575 to your computer and use it in GitHub Desktop.
Save eslucky/3b6c2db98a0ffcedb575 to your computer and use it in GitHub Desktop.
WP Google Maps change column heading from "title" to "retailer" for Lucid Oils - The change I have made can be found at line 444 (approx.) of the 'wpgmza.php' file ('wp-google-maps-pro/wpgmza.php'): Where "Retailer" can be altered to your preferred value.
if (isset($hide_title_column) && $hide_title_column == "yes") { } else { $wpgmza_tmp_head .= " <th class='wpgmza_table_title'><strong>".__("Retailer","wp-google-maps")."</strong></th>"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment