Home › Forums › General Issues › WYSIWYG no formatting bar on frontend › Reply To: WYSIWYG no formatting bar on frontend
@hube2 yes I get Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/formatting.php:5740) /wp-includes/pluggable.php on line 1329
The code on that line is
$x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location );
if ( is_string( $x_redirect_by ) ) {
header( "X-Redirect-By: $x_redirect_by" );
}
header( "Location: $location", true, $status );
return true;
}
endif;
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.