You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,18 +43,20 @@ WordPress v2.8 or higher:
43
43
44
44
If you are adding it inside a php code block, pop this in:
45
45
46
-
`mailchimpSF_signup_form(); `
46
+
`mailchimp_sf_signup_form(); `
47
47
48
48
Or, if you are dropping it in between a bunch of HTML, use this:
49
49
50
-
`<?php mailchimpSF_signup_form(); ?>`
50
+
`<?php mailchimp_sf_signup_form(); ?>`
51
51
52
52
Where ever you want it to show up.
53
53
54
54
## Upgrading
55
55
56
56
If you are upgrading to version 1.2.1 and you used the widget in your sidebar previously, all you need to do is drag the `Mailchimp Widget` back into the sidebar, visit the Mailchimp settings page (which will have maintained your prior settings), click the "Update List" button, and you're done!
57
57
58
+
If you are upgrading to version 1.6.0, you will need to updated any references to display function `mailchimpSF_signup_form` to `mailchimp_sf_signup_form`.
59
+
58
60
## Internationalization (i18n)
59
61
60
62
Currently we have the plugin configured so it can be translated and the following languages supported:
0 commit comments