This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This is accurate as of WordPress 4.9.
There are a few TODOs left. Please bear with me.
| <?php | |
| /** | |
| * Force indexation of Search WP | |
| * May cause trouble on production site | |
| * | |
| * @author Maxime CULEA | |
| */ | |
| /* @see https://searchwp.com/docs/hooks/searchwp_lazy_settings/ */ | |
| add_filter( 'searchwp_lazy_settings', '__return_false' ); |
This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This is accurate as of WordPress 4.9.
There are a few TODOs left. Please bear with me.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Title of the document</title> | |
| <link rel="stylesheet" type="text/css" href=""> | |
| <script type="text/javascript"> | |
| </script> | |
| </head> | |
| <body> |