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 0819f13 commit d7eb3d6Copy full SHA for d7eb3d6
sample-code-snippets/misc/wpml-translate-checkbox-label.php
@@ -0,0 +1,5 @@
1
+<?php
2
+
3
+add_filter('mc4wp_integration_checkbox_label', function ($text, $integration) {
4
+ return apply_filters('wpml_translate_single_string', $text, 'mailchimp-for-wp', "{$integration->name} checkbox label");
5
+}, 10, 2);
0 commit comments