PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | templates/email-login-form.php +2 -2 2.3.1 → 4.17.0 View file →
@@ -31,9 +31,9 @@
31 31 * @return string $message Send notice message for email access.
32 32 */
33 33 $message = (string) apply_filters( 'give_email_access_mail_send_notice', __( 'Please check your email and click on the link to access your complete donation history.', 'give' ) );
34 34
35 - Give()->notices->print_frontend_notice(
35 + Give_Notices::print_frontend_notice(
36 36 $message,
37 37 true,
38 38 'success'
39 39 );
@@ -63,9 +63,9 @@
63 63 $value
64 64 );
65 65
66 66 // Too many emails sent?
67 - Give()->notices->print_frontend_notice(
67 + Give_Notices::print_frontend_notice(
68 68 $message,
69 69 true,
70 70 'error'
71 71 );