Overview

Namespaces

  • None
  • WPGMZA
    • Integration
    • Selector

Classes

  • AutoLoader
  • Crud
  • DOMDocument
  • DOMElement
  • Factory
  • GDPRCompliance
  • GoogleGeocoder
  • GoogleMap
  • GoogleMapsAPILoader
  • GoogleMapsLoader
  • LatLng
  • Map
  • MapsEngineDialog
  • Marker
  • ModalDialog
  • NominatimGeocodeCache
  • OLLoader
  • Plugin
  • RestAPI
  • ScriptLoader
  • Strings

Functions

  • create_marker_instance_delegate
  • create_plugin_instance
  • query_nominatim_cache
  • store_nominatim_cache
  • Overview
  • Namespace
  • Class

Class Strings

This class is a container for all localized strings used by the plugin. In the future, functionality will be added to build a dummy static string file from dynamic strings in the database, this will allow 3rd party software to scan dynamic strings for translation

Namespace: WPGMZA
Located at class.strings.php
Methods summary
public array
# getLocalizedStrings( )

Returns localized strings, passed through the wpgmza_localized_strings filter

Returns localized strings, passed through the wpgmza_localized_strings filter

Returns

array
A key value pairs array of localized strings, where the array key is the variable name of the string on WPGMZA.localized_strings, the value is the localized string.
public
# buildDynamicStringDummyFile( )

This function builds a dummy PHP file containing strings from the database, making these strings scannable by translation software.

This function builds a dummy PHP file containing strings from the database, making these strings scannable by translation software.

API documentation generated by ApiGen