wpsl_infobox_settings

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

Description

This filter allows you the change the default settings for the InfoBox script.

The InfoBox script is only used if the “Use the default style for the info window?” option is disabled on the settings page.

Parameters

$infobox_settings - (array) The default InfoBox settings.

Usage

This example shows all the individual InfoBox options that you can modify:

Changelog

Since 2.0

Source File

This filter is located in /frontend/class-frontend.php.

Placement

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