Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Create/edit /wp-content/plugins/theme-my-login-custom.php and add the following to it:

    remove_action( 'wp_print_footer_scripts', array( &$GLOBALS['theme_my_login'], 'print_footer_scripts' ) );

    Putting it in your functions.php also works.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    You brought up a 7-month-old thread to say that?

    I recommend putting it in the file I mentioned for two reasons:

    1. If you change themes, the code stays
    2. It keeps the code separate from theme related code
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Theme My Login] Prevent forced focus’ is closed to new replies.