Skip to content

Commit

Permalink
Add a filter so consumers can add links to the problem area.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Jul 11, 2024
1 parent cc2c4ad commit dc7f304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ public static function login_html( $user, $login_nonce, $redirect_to, $error_msg
</a>
</li>
<?php endforeach; ?>
<?php echo apply_filters( 'two_factor_login_support_links', '' ); ?>
</ul>
</div>
<?php endif; ?>
Expand Down

0 comments on commit dc7f304

Please sign in to comment.