add_action('retrieve_password', function($user_login){ error_log('[KITSPREAD-TEST] retrieve_password fired for: ' . $user_login); }, 10, 1); // --------------------------- // Diagnostic logging: lost password flow // --------------------------- add_action('init', function(){ error_log('[KITSPREAD-DEBUG] init fired; REQUEST_URI=' . ($_SERVER['REQUEST_URI'] ?? '') ); }); // Log when wp-login.php receives the lostpassword POST add_action('login_form_lostpassword', function() { error_log('[KITSPREAD-DEBUG] login_form_lostpassword fired; REQUEST_METHOD=' . ($_SERVER['REQUEST_METHOD'] ?? '') ); if ($_SERVER['REQUEST_METHOD'] === 'POST') { error_log('[KITSPREAD-DEBUG] lostpassword POST payload: ' . print_r($_POST, true)); } }, 1); // This runs when WP attempts to process the lost password request (before sending) add_action('lostpassword_post', function($errors) { error_log('[KITSPREAD-DEBUG] lostpassword_post fired; errors=' . (is_wp_error($errors) ? implode('|', $errors->get_error_codes()) : 'none') ); }, 5, 1); // This runs inside wp-login.php when WordPress calls retrieve_password() add_action('retrieve_password', function($user_login) { error_log('[KITSPREAD-DEBUG] retrieve_password fired for user_login: ' . $user_login); }, 10, 1); // Log any mail failures from wp_mail add_action('wp_mail_failed', function($wp_error) { error_log('[KITSPREAD-DEBUG] wp_mail_failed: ' . print_r($wp_error, true)); }); Contact - KitSpread

Contact

Discover Unique Gear Kits Tailored for Your Journey

188 Hood Avenue, Suite 305

320 Maple Street, Unit 7

+1-800-555-0199

contact@kitspread.com

Share Your Adventure Gear Stories

Find quick answers to your kit and adventure questions to enhance your outdoor experience.

How can I share my gear kit on Kit Spread?

Simply create an account, upload your photos, and add descriptions to showcase your gear.

Can I explore gear kits from other adventurers?

Yes, browse through a wide range of shared kits from users worldwide.

Is there a way to follow favorite kit creators?

You can follow users to stay updated on their latest gear posts and adventures.

How do I start a blog on Kit Spread?

Use our blog feature to write about your trips, gear reviews, and tips for fellow enthusiasts.