1

I am trying to make login custom page in my plugin but i have a little problem in work. The error showing when i login my profile .

Chaman
  • 13
  • 1
  • 4

1 Answers1

0

I think you are using header location there and need to add ob_start(); at the top of page to make this work

This function will turn output buffering on. While output buffering is active no output is sent from the script (other than headers), instead the output is stored in an internal buffer.

Vikas Gautam
  • 997
  • 7
  • 23