We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d48faf commit da89938Copy full SHA for da89938
mailchimp.php
@@ -433,6 +433,18 @@ function mailchimp_sf_frontend_msg( $msg = null ) {
433
return true;
434
}
435
436
+/**
437
+ * Gets or sets a frontend message based on parameter passed to it
438
+ *
439
+ * TODO: Deprecate this function in favor of mailchimp_sf_frontend_msg()
440
441
+ * @param mixed $msg Message
442
+ * @return string/bool depending on get/set
443
+ */
444
+function mailchimp_sf_global_msg( $msg = null ) {
445
+ return mailchimp_sf_frontend_msg( $msg );
446
+}
447
+
448
/**
449
* Sets the default options for the option form
450
*
0 commit comments