• Resolved Beneris

    (@beneris)


    Hi,

    file profile-builder/features/functions.php, line 171
    please change add_filter( 'wp_mail_content_type', create_function( '', 'return "text/html"; ' ) );
    to add_filter('wp_mail_content_type', function() { return "text/html";});

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please get rid of “create_function(“’ is closed to new replies.