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

    (@jfarthing84)

    
    function tml_action_links_filter( $links ) {
        $links[] = array(
            'title' => 'Having trouble logging in?',
            'url'   => 'YOUR URL HERE'
        );
        return $links;
    }
    add_filter( 'tml_action_links', 'tml_action_links_filter' );
    
Viewing 1 replies (of 1 total)

The topic ‘Add link after “Lost Password”’ is closed to new replies.