CodeCabin / wp-google-maps

WP Google Maps
16 stars 12 forks source link

Database/XML pull method setting frontend #988

Closed StevenDeBeer closed 2 years ago

StevenDeBeer commented 3 years ago

Whether the Database or XML pull method is selected and saved, XML will always be set to 1 and Database set to 0.

Tested with Basic only as well as Basic + Pro.

image

DylanCodeCabin commented 3 years ago

@StevenDeBeer Both of those variables are simple 'constants'

The setting for this is in WPMGZA.settings - One of these will be a number where 0 => database and 1 => xml that is where the constants are used.

The other version of the setting is a string: image


Varies between versions but this has existed for some time.

Generally, anything on the root WPGMZA object is just a constant, not a setting.

DylanCodeCabin commented 2 years ago

Closed as stale