Viewing 6 replies - 16 through 21 (of 21 total)
  • Alright cool, seems to redirect to the wp-login.php page if a user isin’t logged in. Thank you :]

    Quick question, would It be possible to set a custom “redirect” page if a user isin’t logged in such as https://legionboost.net/register/? Because a lot of WordPress sites seem to have custom login pages that are themed/skinned to match the look and feel of the rest of their site and wp-login.php could throw people off with such a drastically different look.

    Plugin Author Shamim Hasan

    (@shamim51)

    You can use wordpress core filter ‘login_url’ to filter login url.
    OR
    you can use ‘fep_template_redirect’ action hook (added since FEP 3.3.1-beta) to redirect before auth_redirect.

    Alright cool thank you :]

    i cannot find the beta in github, is still there?

    Plugin Author Shamim Hasan

    (@shamim51)

    it is merged with master and released here (wordpress.org) as version 4.1

    A perfect, thank you!

Viewing 6 replies - 16 through 21 (of 21 total)

The topic ‘test of beta version 3.3.1-beta’ is closed to new replies.