Skip to content

Commit

Permalink
Improve rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Apr 19, 2024
1 parent fbc67c1 commit e8d8582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Client/dev-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ You can trigger the `trustedlogin/{namespace}/auth_screen` action to render the

<p>This is a page inside my plugin.</p>

// highlight-start
<?php

// Render the TrustedLogin Grant Support Access screen.
do_action( 'trustedlogin/{namespace}/auth_screen' );
?>
// highlight-end

<p>More content here.</p>
```
Expand Down

0 comments on commit e8d8582

Please sign in to comment.