Skip to content

Commit 96309c3

Browse files
authored
Create remove-lifterlms-lost-password-redirect.php
1 parent 4adbad7 commit 96309c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php // Don't copy this line!
2+
/**
3+
* Remove the LifterLMS filter on the WordPress lost password URL.
4+
*
5+
* You can add this recipe to your site by creating a custom plugin
6+
* or using the Code Snippets plugin available for free in the WordPress repository.
7+
* Read this companion documentation for step-by-step directions on either method.
8+
* https://lifterlms.com/docs/adding-custom-code/
9+
*/
10+
11+
remove_filter( 'lostpassword_url', 'llms_lostpassword_url', 10, 1 );

0 commit comments

Comments
 (0)