• Hi I have noticed the form is output in the top of the page.
    I fixed the code by using the below code by using ob_start() method in wpmp-login-form.php. please amend the same in your plugin as well.

    public function wpmp_display_login_form()
    {
       ob_start();
       include_once 'partials/wpmp-login-form.php';
       $output = ob_get_clean();
       return $output;
    }
Viewing 1 replies (of 1 total)
  • Plugin Author Mohsin Khan

    (@hellomohsinkhan)

    Thanks for post query and sorry for delay response.
    Can you send me screenshot of page. so that i can check proper issue.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘login form shows at the top of page instead on inside content’ is closed to new replies.