Author Page QR Code (WordPress user profile)

How to display in frontend: [qrc_user] #

Developers can edit author.php file for WordPress user information display. some popular themes have default hooks that you can use to view the information of the user profile, so in the case of showing the QR code frontend on the profile, that’s it.
Suppose you are using Astra theme, Astra theme has a hook for author page, then how to use shortcode with hooks. The following code can be used for the Astra theme
#

Author Page ( Astra Theme)

Author page
add_action('astra_after_archive_description','qrcodeforauthor');

function qrcodeforauthor(){
echo do_shortcode('[qrc_user]'); }
Author page QR

Plugin Settings Page: #

Go to the plugin settings page and find the Integrations tab. Click on the tab and see the author page shortcode

Auto QR shortcode

Scroll to Top