Skip to content

Commit 330601e

Browse files
add sample for replacing placeholder text in form response
1 parent 15b29aa commit 330601e

File tree

19 files changed

+9
-2
lines changed

19 files changed

+9
-2
lines changed

.github/workflows/check-php-syntax.yml

100644100755
File mode changed.

SECURITY.md

100644100755
File mode changed.

autoload.php

100644100755
File mode changed.

includes/forms/class-form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,11 @@ protected function load_messages(array $post_meta = [])
274274
$messages = $default_messages;
275275

276276
/**
277-
* Filters the form messages
277+
* Filters the default form messages
278278
*
279279
* @since 3.0
280280
*
281-
* @param array $registered_messages
281+
* @param array $messages
282282
* @param MC4WP_Form $form
283283
*/
284284
$messages = (array) apply_filters('mc4wp_form_messages', $messages, $form);

integrations/prosopo-procaptcha/admin-after.php

100644100755
File mode changed.

integrations/prosopo-procaptcha/admin-before.php

100644100755
File mode changed.

integrations/prosopo-procaptcha/bootstrap.php

100644100755
File mode changed.

integrations/prosopo-procaptcha/class-procaptcha-integration.php

100644100755
File mode changed.

integrations/prosopo-procaptcha/class-procaptcha.php

100644100755
File mode changed.

readme.txt

100644100755
File mode changed.

0 commit comments

Comments
 (0)