getWordpressUrl static method

String getWordpressUrl()

Implementation

static String getWordpressUrl() {
  return appProperties['wpUrl'] ?? '';
}