• Resolved ahmedmymail

    (@ahmedmymail)


    Hello,
    Is it possible to override register.html.php and login.php files in the plugin , I am trying to do that by copying the file (for example login.php
    from pluginfolder/users/login.php to themefolder/users/login.php
    but that didn’t make any change ,
    Do anyone has an idea about this?
    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kevon Adonis

    (@kevonadonis)

    Hi,
    I’m not sure I follow what you’re trying to accomplish here. If you are simply trying to replace the login.php page you can update the path in the wpabstracts_get_login() function from include_once ( WPABSTRACTS_PLUGIN_DIR . ‘users/login.php’) to whatever path you want. Keep in mind that the $_POST object would need the necessary values for wp_signon() to be successful.

    Hope this helps,

    Kevon A

    Thread Starter ahmedmymail

    (@ahmedmymail)

    Can this be affected by plugin update?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Override register.html.php and login.php’ is closed to new replies.