Support

Account

Home Forums General Issues Have custom fields in WP panel Reply To: Have custom fields in WP panel

  • Hi @nyla

    I’m afraid ACF can’t do that. What you can do is creating an options page and redirect your user to the option page after they logged in. This page should give you more idea about it: https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect.

    I hope this helps.