Skip to content

Commit 671f491

Browse files
feat: enable newsletter opt-in/-out profile option
1 parent 241bc17 commit 671f491

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
3+
// uncomment to enable newsletter opt-in/out option in user profiles
4+
Laddr\ProfileRequestHandler::$enableNewsletterOptIn = true;

0 commit comments

Comments
 (0)