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
public
array
|
#
getLocalizedStrings( )
Returns localized strings, passed through the wpgmza_localized_strings filter |
public
|
#
buildDynamicStringDummyFile( )
This function builds a dummy PHP file containing strings from the database, making these strings scannable by translation software. |