wpsl_info_window_template

  1. Description
  2. Usage
  3. Changelog
  4. Source File
  5. Related

Description

This filter allows you modify the info window template used on the store locator map.

Usage

In this example the data from a custom field called “my_textinput” is added after the address details:

The <% ... %> and <%= ... %> code is used by the Underscore library to execute JS code, and to print the correct JSON data when the HTML template is rendered.
If the changes you made don't show up on the frontend, then make sure to flush the store locator transient cache. You can do this on the settings page.

Changelog

Since 2.0

Source File

This filter is located in /frontend/underscore-functions.php.

Placement

The code needs to be placed in the functions.php file inside your active theme folder.