So the maintainers of the file are the WordPress team – this is a core WordPress file. : )
That being said, the code is not the problem here, per say. I’m not sure how the old file worked around the issue, but the problem is that you’re trying to send an email without a “from” address – and you can’t send emails without a “from” email address.
From the logs you posted, the culprit seems to be the theme file “enigma-parallax/header.php” — on line 99, it seems like there might have been a spot to set a “From” email address, and that was not done, or not done properly? (you rlogs show “‘From: <>\r\nRepl…'”)
If you can;t isolate the issue in there, please post the code of the “enigma-parallax/header.php” file so we can better help you out.
Thanks!
Related Posts:
- How does WordPress resolve permalinks internally?
- How to Override A Function in ms-functions.php
- Nonce generated 0-12 hours ago
- unable to change default URL at “General Settings” page
- Overriding a plugin’s pluggable function in theme’s function
- How can I insert code into the pluggable.php file without it getting deleted after a wordpress update
- Pluggable Function wp_new_user_notification exists too early
- Warning: Cannot modify header information – headers already sent
- Best collection of code for your 'functions.php' file [closed]
- Where can I find a list of WordPress hooks?
- How to override parent functions in child themes?
- Disable email notification after change of password
- Adding a second email address to a completed order in WooCommerce [closed]
- How do I call wp_get_current_user() in a plugin when plugins are loaded before pluggable.php?
- How to override pluggable function in theme?
- Override user authentication with external credentials
- How to override a function when isn’t at functions.php
- How to overwrite a JavaScript core function?
- How do I “replace a function via plugins” in WordPress?
- turn off new user registration emails
- Removing custom background and header feature in child theme
- why plugins are loaded prior to pluggables
- function triggered by “manage_users_custom_column” filter not working
- Overwriting Core WordPress Functions with Plugins
- Do all files in child theme override the parent?
- syntax for remove_filter in parent theme with class
- Is it possible to override this function/class in a child theme?
- WordPress 3.1 – How does one add sticky post capabilities to post types
- How do I override template-tags.php in twentyseventeen theme
- Editor access to plugin settings
- Removing custom meta box added in parent theme
- Why allow overriding crucial pluggable functions wp_verify_nonce and wp_create_nonce?
- How to prevent deleting of comments when deleting a post
- Postman: wp_mail has been declared by another plugin or theme
- Convert hyphen to underscore in permalinks
- Using Default WordPress Custom Header Image Crop Feature in a Post Type / MetaBox
- How to customize this automatic slug shortener with an overrwrite function
- Problems with removing admin bar
- How to override filter in child theme?
- Override pluggable functions in a plugin?
- Overriding a function in wordpress
- Customized wp_new_user_notification
- How to make gravatar.com avatars conditional?
- redirect pages with no content, instead of 404 error, using max_num_posts?
- change default option in wp_dropdown_categories
- Extract & Display the REAL first image attached to a post – extend the_post_thumbnail()
- What is the criteria for pluggable functions?
- WordPress how to override function adjacent_posts_rel_link_wp_head() in link-template.php the correct way
- Do I have to override the wp_mail() pluggable function with writing a plugin?
- Current user in plugin returns NULL
- get_avatar() default image not working as of wp 3.5 [closed]
- Changing the comments link produced by the get_comments_link() and get_comments_pagenum_link() functions
- the file placed in the child theme is not included
- override pluggable.php functions
- Best way to modify a plugin with no hooks and no pluggable functions?
- Call to undefined function get_userdata in user.php
- WordPress Registration Email by Role
- Overriding functions in wordpress plugins
- Calling an API to do authentication / user login
- How to override Woocommerce functionality in Reports section?
- Extend plugin Class through functions.php
- Replace part of a parent-theme customizer in the child-theme
- Override default new user registration email with custom message (non sub-domain multi-site installation)
- How to override wp_insert_comment()
- WordPress Child Themes
- Override a function defined in wp-includes/comment-template.php
- How to target post and pages and not all post types in admin?
- is_user_logged_in() not working in AJAX validation call
- Prevent sending emails on user creation in OOP context?
- remove_action not removing add_action from constructor
- Overide enqueue in non plugable function via child theme
- Filter a pluggable function
- Form Submission Warning: Cannot modify header error only when plugin is deactivated
- Editing wp-config.php
- Need to replace Currency Shortforms
- Override plugin class which has namespace
- overwrite code snippet from parent to child theme
- Set up functions to be overridden without using function_exists() by short-circuiting them?
- Solution dealing with Child Theme / Parent theme functions
- How to override this theme function in child theme
- Override email_exists function
- Removing sensitive information from comment notifications – notify_post_author
- How to add custom function to pluggable.php
- Cannot Modify Header Info Error on updating User Profile
- Adding tables to dashboard pages programmatically?
- WordPress login set cookie that survive browser exit (wp_signon function)
- RSS feeds for specific topics
- How to apply a function to the value $email of get_user_by to override email_exists?
- Login cookies blocked after customizing hashing method
- Is it possible to override only a part of another plugin’s / theme’s js (asset) file?
- I have an fatal error on my funcyions.php
- How to override get_avatar() function?
- Repeated headers in wp_mail
- WordPress reading old version of functions.php, breaks site
- Providing fallback function and allow override by plugin
- Integrate WP Tiles into existing loop (index.php) and theme
- save_post hook – headers already sent?
- pluggable function in theme, to be overridden by plugin
- overwrite a plugin function in functions.php
- Adding placeholder text field to woocommerce checkout [closed]