Remove closing tag ?> from function.php, extra space after closing the php ?>
They can be caused by custom code you add to functions.php your WordPress custom code snippet fails to correctly handle one of these functions, then above pluggable.php error occurs.
e.g
function custom_contact_form_redirct() {
$thankYouUrl = site_url(‘/thank-you’);
?>
<?php
}
-
This reply was modified 5 years, 5 months ago by snehaposcp.